Files
elastiq/.travis.yml
Joe Fleming ee948c5900 stop testing in node 4
because i don't feel like dealing with the peer dependency issues....
2017-05-23 18:16:27 -07:00

18 lines
198 B
YAML

language: node_js
node_js:
- "stable"
- "6"
notifications:
email: false
before_script: npm install
after_success: npm run coverage
branches:
only:
- master
- /^v[0-9].*$/