Browse Source

Run tests and benchmarking in different CI jobs

master
Luke Childs 5 years ago
parent
commit
783b513a14
  1. 8
      .travis.yml

8
.travis.yml

@ -5,7 +5,13 @@ node_js:
# - '12' # - '12'
- '10' - '10'
- '8' - '8'
script: npm test && npm run bench env:
- TEST_SUITE=test
matrix:
include:
- node_js: "10"
env: TEST_SUITE=bench
script: npm run-script $TEST_SUITE
after_success: npm run coverage after_success: npm run coverage
notifications: notifications:
email: email:

Loading…
Cancel
Save