Update travis' node version

new-cordova-2
Lorenz Hübschle-Schneider 7 years ago
parent 0637882a4b
commit 316b290adc
  1. 3
      .travis.yml

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

Loading…
Cancel
Save