Update travis' node version

This commit is contained in:
Lorenz Hübschle-Schneider 2018-03-18 10:07:26 +01:00
parent 0637882a4b
commit 316b290adc
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
language: node_js
node_js:
- "0.10"
- "8"
dist: trusty
install: "npm install"
script: "sh -e run_tests.sh"
notifications: