1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-06-26 16:13:45 +02:00
hugo-theme-bootstrap4-blog/.travis.yml

11 lines
115 B
YAML
Raw Normal View History

2017-03-29 11:38:07 +02:00
language: node_js
node_js:
- 8
- 10
- 11
2017-03-29 11:38:07 +02:00
script: npm run build
sudo: false
2019-04-19 10:04:37 +02:00
dist: xenial
2017-03-29 11:38:07 +02:00
# vim: ts=2 sw=2 et