Skip to content

Commit

Permalink
ci(travis): add Node 12 & 13
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Dec 21, 2019
1 parent 51ef7cc commit 32b3171
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 @@ -14,7 +14,8 @@ cache:
node_js:
- "8"
- "10"
- "node"
- "12"
- "13"

script:
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then
Expand Down

0 comments on commit 32b3171

Please sign in to comment.