ethers.js/.travis.yml

18 lines
211 B
YAML
Raw Permalink Normal View History

2017-10-21 03:28:01 -04:00
language: node_js
2017-10-21 03:28:01 -04:00
node_js:
2017-10-21 04:01:00 -04:00
- "6"
2018-07-30 23:15:53 -04:00
- "8"
2018-06-24 21:43:29 -04:00
- "10"
env:
- RUN_PHANTOMJS=0
- RUN_PHANTOMJS=1
2018-06-24 21:29:04 -04:00
matrix:
2018-06-24 21:25:38 -04:00
exclude:
- node_js: "6"
env: RUN_PHANTOMJS=1
- node_js: "8"
2018-06-24 21:43:29 -04:00
env: RUN_PHANTOMJS=1