Remove Node 8 from tests and try with 10

Travis CI failed with Node 8 because of isometric-webcrypto
This commit is contained in:
Jerko Steiner 2019-12-07 10:52:23 -03:00
parent 67c38498f4
commit 928ca5ca64

View File

@ -1,5 +1,5 @@
language: node_js
node_js:
- "8"
- "10"
- "12"
script: npm run ci