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

.travis.yml: Test Active LTS and Current NodeJS versions

This commit is contained in:
2018-03-09 22:46:17 +02:00
parent cbd7140e63
commit e5aa0ff173

View File

@ -1,7 +1,8 @@
language: node_js
node_js:
- 6
- 7
- 8
- 9
script: npm run build
sudo: false
dist: trusty