travis fix

This commit is contained in:
Eugenio Romano
2016-06-10 09:53:05 +01:00
parent bc5e466faf
commit 35c0f86441

View File

@@ -1,12 +1,6 @@
language: node_js
node_js:
- v5
- v4
- '0.12'
- '0.10'
install: npm install
sudo: false
after_success:
npm run coverage
- '5'
script: npm run coverage
# Send coverage data to Coveralls
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"