Update node version in .travis.yml

This commit is contained in:
Jerko Steiner 2018-11-07 10:37:46 +01:00
parent 6d92c1add3
commit 75efb9ffe2

View File

@ -1,6 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- "8.1.2" - "8.12.0"
script: npm run ci script: npm run ci
notifications: notifications:
email: false email: false