Skip to content

Commit

Permalink
build: switch to node v12 & 11 for travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jul 7, 2019
1 parent 60c3245 commit d04a5fb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: node_js
node_js:
- "10"
- "12"
- "11"

branches:
only:
- master
- develop
only:
- master
- develop

0 comments on commit d04a5fb

Please sign in to comment.