Skip to content

Commit 3126797

Browse files
committed
chore(test): add node 7, and 0.12 to travis
1 parent 86b8dc3 commit 3126797

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ os:
1010
- linux
1111
# - osx
1212
node_js:
13+
- "7"
1314
- "6"
1415
- "4"
16+
- "0.12"
1517

1618
matrix:
1719
allow_failures:
1820
- node_js: "4"
21+
- node_js: "0.12"
1922

2023
script: npm run travis
2124
env:

0 commit comments

Comments
 (0)