mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-17 09:47:05 +01:00
Add config for Travis CI
This commit is contained in:
parent
e2ccfe8bf3
commit
86f216e730
9
.travis.yml
Normal file
9
.travis.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user