Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
run tests in node 10, 12, 14
Browse files Browse the repository at this point in the history
  • Loading branch information
ericblade committed Apr 24, 2020
1 parent 65019cf commit 6461d46
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- "10"
- "12"
- "13"
- "14"
script: 'npm run coverage'
after_success: 'npm run coveralls'

Expand All @@ -14,5 +14,4 @@ jobs:
deploy:
provider: script
skip_cleanup: true
script:
- npm run build && npx semantic-release
script: "npm run build && npx semantic-release"

0 comments on commit 6461d46

Please sign in to comment.