Skip to content

Commit

Permalink
ci: use node v12
Browse files Browse the repository at this point in the history
  • Loading branch information
teclone committed Mar 2, 2020
1 parent a2c1d8c commit 5b7e734
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ notifications:
email: false
node_js:
- '10'
- '12'
script:
- npm run test
jobs:
include:
- stage: release
node_js: '11'
node_js: '12'
script:
- npm run test
- npm run build
Expand Down

0 comments on commit 5b7e734

Please sign in to comment.