Skip to content

Commit

Permalink
fix: use node v12
Browse files Browse the repository at this point in the history
  • Loading branch information
teclone committed Mar 2, 2020
1 parent fab3022 commit 134c7fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ cache:
notifications:
email: false
node_js:
- "9"
- "8"
- '10'
- '12'
script:
- npm run test
jobs:
include:
- stage: release
node_js: "10"
node_js: '12'
script:
- npm run test
- npm run build
after_success:
- npm run semantic-release
- npm run report-coverage
- npm run report-coverage

0 comments on commit 134c7fc

Please sign in to comment.