Skip to content

Commit

Permalink
build(travis): remove node version 11 and add version 13
Browse files Browse the repository at this point in the history
  • Loading branch information
Voellmy Raphael authored and Voellmy Raphael committed Jun 7, 2020
1 parent 80969ce commit fce074a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ notifications:
email: false
node_js:
- '10'
- '11'
- '12'
- '13'
script:
- yarn test:prod && yarn build
after_success:
Expand Down

0 comments on commit fce074a

Please sign in to comment.