travis: speed up tests

master
Jonathan Ong 2015-05-23 20:09:44 -07:00
parent 915fa54bab
commit fb797156ef
1 changed files with 1 additions and 0 deletions

View File

@ -3,5 +3,6 @@ node_js:
- "0.12"
- "iojs-v1"
- "iojs-v2"
sudo: false
script: "make test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"