Skip to content

Commit

Permalink
ci: Build and test against Node 14 in Travis (#3109)
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisJEllis authored Dec 9, 2020
1 parent 4a0e964 commit 928e96a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ jobs:
- name: '@sentry/packages - build and test [node v12]'
node_js: '12'
script: scripts/test.sh
- name: '@sentry/packages - build and test [node v14]'
node_js: '14'
script: scripts/test.sh

0 comments on commit 928e96a

Please sign in to comment.