1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-12-19 00:52:19 +01:00

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

This commit is contained in:
Alan Orth 2018-03-09 22:46:17 +02:00
parent cbd7140e63
commit e5aa0ff173
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

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