Skip to content

Commit c7a269d

Browse files
committed
test on node 0.10 not 0.1...
1 parent 055b54c commit c7a269d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: node_js
22

33
node_js:
4-
- 0.10
5-
- 0.12
6-
- 4
7-
- 5
4+
- '0.10'
5+
- '0.12'
6+
- '4'
7+
- '5'
88

99
before_install:
1010
- npm install -g gulp

0 commit comments

Comments
 (0)