Skip to content

Commit 41a921b

Browse files
authored
BREAKING CHANGE: Remove Node 0.12 support (#524)
Remove Node 0.12 support due to mocha (our tests) dropping support. Add Node 8, 9 support.
1 parent aa82496 commit 41a921b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ branches:
99
notifications:
1010
email: false
1111
node_js:
12+
- '9'
13+
- '8'
1214
- '7'
1315
- '6'
1416
- '5'
1517
- '4'
16-
- '0.12'
1718
before_install:
1819
- git config --global user.name "TravisCI"
1920
- git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)