Update to node 10 in .travis.yml (#124)

This commit is contained in:
Luke Page 2019-03-09 13:35:31 +01:00 committed by GitHub
parent 0b5822a4be
commit d6bf8d133a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,8 @@
language: node_js language: node_js
after_success: after_success:
- if [ "$TRAVIS_NODE_VERSION" = "6" ]; then npm run coverage && npm i coveralls@2 && npm run coveralls; fi - if [ "$TRAVIS_NODE_VERSION" = "10" ]; then npm run coverage && npm i coveralls@2 && npm run coveralls; fi
node_js: node_js:
- "4"
- "5"
- "6" - "6"
- "7"
- "8" - "8"
- "9" - "10"
- "11"