travis: run 'make bench'

closes #191
This commit is contained in:
Jonathan Ong 2016-03-03 19:45:30 -08:00
parent 5d330b095f
commit 5d8b759e11

View file

@ -3,7 +3,9 @@ node_js:
- "4" - "4"
- "5" - "5"
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