Skip to content

Commit

Permalink
ci(travis): remove node_js v6 build, add 12, 13 versions instead
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Oct 29, 2019
1 parent b1ba01d commit ce07285
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
@@ -1,8 +1,9 @@
language: node_js
node_js:
- "6"
- "8"
- "10"
- "12"
- "13"
sudo: false
cache:
directories:
Expand Down

0 comments on commit ce07285

Please sign in to comment.