Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit c899fe6

Browse files
committed
Adds CI for more recent node versions
1 parent 877dbe5 commit c899fe6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ env:
44
- CXX="g++-4.8"
55

66
node_js:
7+
- "5"
8+
- "5.1"
9+
- "4"
10+
- "4.2"
11+
- "4.1"
12+
- "4.0"
713
- "0.10"
814
- "0.12"
915
- "iojs"

0 commit comments

Comments
 (0)