1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-05-15 08:47:45 +02:00

Add config for Travis CI

This commit is contained in:
2017-03-29 12:38:07 +03:00
parent e2ccfe8bf3
commit 86f216e730

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: node_js
node_js:
- 6
- 7
script: npm run build
sudo: false
dist: trusty
# vim: ts=2 sw=2 et