We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec494c1 commit 6f882b4Copy full SHA for 6f882b4
1 file changed
.travis.yml
@@ -2,6 +2,7 @@ language: node_js
2
node_js:
3
- 0.8
4
- "0.10"
5
+ - 0.11
6
git:
7
depth: 1
8
branches:
@@ -10,4 +11,4 @@ branches:
10
11
matrix:
12
fast_finish: true
13
allow_failures:
- - node_js: "0.11"
14
+ - node_js: 0.11
0 commit comments