.travis.yml: Use current and LTS Node.js versions

See: https://nodejs.org/en/about/releases/
This commit is contained in:
Alan Orth 2019-04-19 11:00:26 +03:00
parent 9934368215
commit 9bb2ec06b0
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

View File

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