ethers.js/.travis.yml
2018-06-19 02:14:41 -04:00

15 lines
161 B
YAML

language: node_js
node_js:
- "6"
# - "8"
env:
- RUN_PHANTOMJS=0
- RUN_PHANTOMJS=1
#matrix:
# exclude:
# - node_js: "6"
# env: RUN_PHANTOMJS=1