Skip to content

Commit 7066660

Browse files
committed
travis: node 0.12 only
1 parent 75540b6 commit 7066660

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ language: node_js
22
before_install:
33
- "npm install npm -g"
44
node_js:
5-
- "0.11"
6-
- "0.10"
5+
- "0.12"
76
env:
87
- TEST_SUITE=coveralls
98
- TEST_SUITE=integration

0 commit comments

Comments
 (0)