peer-calls/.travis.yml
Jerko Steiner 928ca5ca64 Remove Node 8 from tests and try with 10
Travis CI failed with Node 8 because of isometric-webcrypto
2019-12-07 10:52:25 -03:00

6 lines
64 B
YAML

language: node_js
node_js:
- "10"
- "12"
script: npm run ci