Skip to content

Commit

Permalink
ci: build and test on different node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jblew committed Oct 19, 2020
1 parent 8219c71 commit fa1e65f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ dist: xenial
language: node_js
node_js:
- "8"
- "10"
- "12"

branches:
except:
Expand All @@ -24,7 +26,7 @@ deploy:
- provider: script
script: npx semantic-release
skip_cleanup: true
node_js: 8
node_js: 12
on:
tags: false
branch: master

0 comments on commit fa1e65f

Please sign in to comment.