travis: run 'make bench'

closes #191
master
Jonathan Ong 2016-03-03 19:45:30 -08:00
parent 5d330b095f
commit 5d8b759e11
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@ node_js:
- "4"
- "5"
sudo: false
script: "make test-travis"
script:
- make test-travis
- make bench
after_script:
- npm install codecov
- ./node_modules/.bin/codecov