1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-11-17 17:57:04 +01:00

Add config for Travis CI

This commit is contained in:
Alan Orth 2017-03-29 12:38:07 +03:00
parent e2ccfe8bf3
commit 86f216e730
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

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