Skip to content

Commit e598af7

Browse files
jbprossimondean
authored andcommitted
Try fixing Travis CI build configuration
1 parent 8952820 commit e598af7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ rvm: "1.9.2"
22
before_script: "git submodule update --init && npm install"
33
script: "rake"
44

5+
language: node_js
6+
57
node_js:
6-
- "0.6"
7-
- "0.8"
88
- "0.10"
9+
- "0.8"
10+
- "0.6"
911

1012
branches:
1113
only:

0 commit comments

Comments
 (0)