Skip to content
This repository has been archived by the owner on Jan 13, 2018. It is now read-only.

Commit

Permalink
Merge branch 'travis-node-0.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
arikon committed May 23, 2013
2 parents 2fe0d37 + 17f2f7a commit d6d15e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
@@ -1,13 +1,13 @@
language: node_js

node_js:
- 0.6
- 0.8
- 0.9
- 0.10
- "0.6"
- "0.8"
- "0.10"
- "0.11"

matrix:
allow_failures:
- node_js: 0.9
- node_js: "0.11"

before_script: "ln -s .. node_modules/bem && ls -la node_modules && git submodule init && git submodule update"

0 comments on commit d6d15e4

Please sign in to comment.