Skip to content

Commit

Permalink
chore: πŸ€– upgrade travis node versions (#212)
Browse files Browse the repository at this point in the history
Add node 12 and 14 because 12 is the current actively maintained version
of node and 14 is the next one

βœ… Closes: #209
  • Loading branch information
rodrigograca31 committed Nov 11, 2020
1 parent 838d47b commit 6d75c48
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 @@ -8,6 +8,8 @@ script:
- yarn test
node_js:
- '10'
- '12'
- '14'
after_success:
- yarn release
- npx ci-scripts slack
Expand Down

3 comments on commit 6d75c48

@streamich
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build version: 4.5.0-master.1025 🀞 master on Travis πŸŽ‰

@streamich
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build version: 4.5.0-master.1025 🀞 master on Travis πŸŽ‰

@streamich
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build version: 4.5.0-master.1025 🀞 master on Travis πŸŽ‰

Please sign in to comment.