travis: run 'make bench'

closes #191
This commit is contained in:
Jonathan Ong 2016-03-03 19:45:30 -08:00
parent e4691b69a1
commit 37ea485bc0

View file

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