test: add Node.js 10 and remove Node.js 9

This commit is contained in:
Daniel Ruf 2018-08-17 15:43:12 +02:00
parent 22c66c13a6
commit d94a3b8735
No known key found for this signature in database
GPG Key ID: F1C4F86FD2048661

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"