Skip to content

Commit

Permalink
chore(travis): stop supporting Node.js 6, add Node.js 12 (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed May 1, 2019
1 parent a65183f commit 4fa3fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,9 +4,9 @@ os:
- osx
- windows
node_js:
- '12'
- '11'
- '10'
- '8'
- '6'
script: 'npm run test-ci'
after_script: 'bash <(curl -s https://codecov.io/bash)'

0 comments on commit 4fa3fc3

Please sign in to comment.