Skip to content

Commit

Permalink
Make Travis CI test on current Node versions as well
Browse files Browse the repository at this point in the history
  • Loading branch information
palant committed Jun 9, 2020
1 parent fbfec3c commit a3b2e0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ node_js:
- "10"
- "11"
- "12"
- "13"
- "14"
before_script:
- npm install -g gulp
script:
Expand Down

0 comments on commit a3b2e0e

Please sign in to comment.