2
0
mirror of synced 2025-02-25 04:25:16 +00:00
ethers.js/.travis.yml

18 lines
218 B
YAML
Raw 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"
# - "8"
env:
- RUN_PHANTOMJS=0
- RUN_PHANTOMJS=1
2017-10-22 17:47:17 -04:00
before_script:
- "pushd tests && npm install && popd"
2017-10-22 18:17:31 -04:00
#matrix:
# exclude:
# - node_js: "6"
# env: RUN_PHANTOMJS=1