Skip to content

Commit

Permalink
Limit travis full tests to Node 6 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
zertosh committed Oct 28, 2020
1 parent bbe8278 commit 8ce458f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ node_js:
- "14"
script:
- case "$TRAVIS_NODE_VERSION" in
4|5.6.0)
4|5.6.0|5)
tap test/node-version-test.js
;;
*)
npm run test
npm run lint
npm run bench
;;
esac
- npm run lint
- npm run bench

0 comments on commit 8ce458f

Please sign in to comment.