Files
elastiq/.travis.yml
Joe Fleming e9c3f5553d try using node 5 and 6 again
with an additional npm install call, because npm3
2016-05-12 16:11:10 -07:00

11 lines
165 B
YAML

language: node_js
node_js:
- "stable"
- "5"
- "4"
- "4.3"
notifications:
email: false
before_script: npm install
after_success: npm run coverage