Browse Source

Run benchmark script on every Travis build

master
Luke Childs 6 years ago
parent
commit
58be3224fa
  1. 2
      .travis.yml

2
.travis.yml

@ -1,7 +1,7 @@
language: node_js
node_js:
- '8'
script: npm test
script: npm test && npm run bench
after_success: npm run coverage
notifications:
email:

Loading…
Cancel
Save