Skip to content

Commit 8ac66b4

Browse files
committed
Disable node 0.6 and 0.8 on Travis CI.
1 parent fa296ee commit 8ac66b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ node_js:
1010
- "1" # io.js
1111
- "0.12"
1212
- "0.10"
13-
- "0.8"
14-
- "0.6"
13+
# - "0.8"
14+
# - "0.6"
1515

1616

1717
before_install:

0 commit comments

Comments
 (0)