ethers.js/.travis.yml
2017-10-22 17:47:17 -04:00

8 lines
135 B
YAML

language: node_js
node_js:
- "6"
- "8"
before_script:
- "pushd tests && npm install && popd"
- "npm run-script test-phantomjs"