ethers.js/.travis.yml
2017-12-05 02:33:04 -05:00

20 lines
316 B
YAML

language: node_js
node_js:
- "6"
- "8"
env:
- RUN_PHANTOMJS=0
- RUN_PHANTOMJS=1
before_script:
- "pushd tests && npm install && popd"
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
- npm install -g npm@latest
matrix:
exclude:
- node_js: "6"
env: RUN_PHANTOMJS=1