Skip to content

Commit

Permalink
ci(travis): drop Node 6, add Node 12
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Official support for Node 6 has been dropped
  • Loading branch information
gr2m committed Jul 12, 2019
1 parent 7931a26 commit e235995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,7 @@ stages:
jobs:
include:
- stage: test
node_js: 6
node_js: 12
script: npm run test
- node_js: 8
script: npm run test
Expand Down

0 comments on commit e235995

Please sign in to comment.