mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-06-07 01:11:44 +02:00
Add config for Travis CI
This commit is contained in:
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
|
Reference in New Issue
Block a user