Skip to content

Commit

Permalink
Added 0.6, 0.8 as optional travis builds, relates to issue #84.
Browse files Browse the repository at this point in the history
  • Loading branch information
itayw committed Dec 16, 2013
1 parent 1a15900 commit 860322e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
@@ -1,6 +1,8 @@
language: node_js

node_js:
- "0.6"
- "0.8"
- "0.10"
- "0.11"
- "0.12"
Expand All @@ -12,6 +14,8 @@ services:
matrix:
fast_finish: true
allow_failures:
- node_js: "0.6"
- node_js: "0.8"
- node_js: "0.11"
- node_js: "0.12"

Expand Down

0 comments on commit 860322e

Please sign in to comment.