Skip to content

Commit

Permalink
BREAKING CHANGE: Remove Node 0.12 support (#524)
Browse files Browse the repository at this point in the history
Remove Node 0.12 support due to mocha (our tests) dropping support.
Add Node 8, 9 support.
  • Loading branch information
jimthedev committed May 25, 2018
1 parent aa82496 commit 41a921b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -9,11 +9,12 @@ branches:
notifications:
email: false
node_js:
- '9'
- '8'
- '7'
- '6'
- '5'
- '4'
- '0.12'
before_install:
- git config --global user.name "TravisCI"
- git config --global user.email "commitizen@gmail.com"
Expand Down

0 comments on commit 41a921b

Please sign in to comment.