Skip to content

Commit

Permalink
Test on Node 13
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Nov 2, 2019
1 parent 2ffee2e commit 826a525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js: '12'
node_js: '13'
dist: bionic
# When pushing a tagged commit, Travis adds two builds: one with the tag, one
# without. We only want to build the one with the tag, because it's the one
Expand All @@ -13,7 +13,7 @@ jobs:
- os: windows
- os: osx
- node_js: '8.12.0'
- node_js: '12'
- node_js: '13'
# Test coverage check must happen after tests for the whole matrix have
# been performed, so we get the merged coverage map
- stage: Coverage check
Expand Down

0 comments on commit 826a525

Please sign in to comment.