Move benchmarking to custom job

pull/1786/head
Paul Sauve 8 years ago
parent 463b8fa758
commit 8513931388

@ -18,4 +18,8 @@ cache:
install: yarn install: yarn
after_success: after_success:
- npm run codecov - npm run codecov
- node scripts/travis-bench.js
jobs:
include:
- stage: benchmark
script: node scripts/travis-bench.js

Loading…
Cancel
Save