Skip to content

Commit

Permalink
Adds nodejs 14 and 15 to the Travis test matrix (#75) [no-release]
Browse files Browse the repository at this point in the history
  • Loading branch information
bravo-kernel committed Nov 18, 2020
1 parent 49bc32d commit 24ecfa2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Expand Up @@ -5,6 +5,8 @@ node_js:
- 8
- 10
- 12
- 14
- 15

sudo: false

Expand All @@ -26,14 +28,14 @@ matrix:
fast_finish: true

include:
- node_js: 10
- node_js: 14
env: TEST=0 LINT=1

- node_js: 10
- node_js: 14
env: TEST=0 COVERAGE=1

- stage: deploy
node_js: 10
node_js: 14
env: TEST=0 COVERAGE=0 LINT=0
script:
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
Expand Down

0 comments on commit 24ecfa2

Please sign in to comment.