ethers.js/.travis.yml

15 lines
161 B
YAML
Raw Normal View History

2017-10-21 10:28:01 +03:00
language: node_js
2017-10-21 10:28:01 +03:00
node_js:
2017-10-21 11:01:00 +03:00
- "6"
# - "8"
env:
- RUN_PHANTOMJS=0
- RUN_PHANTOMJS=1
#matrix:
# exclude:
# - node_js: "6"
# env: RUN_PHANTOMJS=1