.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
1 changed files with 2 additions and 1 deletions

View File

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