Merge pull request #755 from DanielRuf/test/add-nodejs-10

test: add Node.js 10 and remove Node.js 9
This commit is contained in:
Sanjana Rajan 2018-08-22 12:44:29 -07:00 committed by GitHub
commit 8681ce8706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,8 @@ matrix:
include:
- node_js: "8"
env: OPENPGPJSTEST='unit' OPENPGP_NODE_JS='8'
- node_js: "9"
env: OPENPGPJSTEST='unit' OPENPGP_NODE_JS='9'
- node_js: "10"
env: OPENPGPJSTEST='unit' OPENPGP_NODE_JS='10'
- node_js: "8"
env: OPENPGPJSTEST='end2end-0' BROWSER='firefox 38'
- node_js: "8"
@ -55,3 +55,4 @@ before_script:
- npm install -g grunt-cli codeclimate-test-reporter
script:
- $TRAVIS_BUILD_DIR/travis.sh
install: npm install