Skip to content

Commit 6f882b4

Browse files
committed
Actually add 0.11 testing to the list.
1 parent ec494c1 commit 6f882b4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: node_js
22
node_js:
33
- 0.8
44
- "0.10"
5+
- 0.11
56
git:
67
depth: 1
78
branches:
@@ -10,4 +11,4 @@ branches:
1011
matrix:
1112
fast_finish: true
1213
allow_failures:
13-
- node_js: "0.11"
14+
- node_js: 0.11

0 commit comments

Comments
 (0)