Skip to content

Commit

Permalink
style: update travis syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Richter committed Jul 31, 2020
1 parent bcceefb commit 1f114c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ language: node_js
node_js:
- '10'
- '12'
- '14'
deploy:
- provider: script
script: npx nlm release
skip_cleanup: true
cleanup: false
'on':
branch: master
node: '12'
node_js: '14'

0 comments on commit 1f114c0

Please sign in to comment.