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

Commit

Permalink
Do not make symlink on Travis build run
Browse files Browse the repository at this point in the history
  • Loading branch information
arikon committed Oct 9, 2012
1 parent 3465a50 commit a9df6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,4 +9,4 @@ matrix:
allow_failures:
- node_js: 0.9

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

0 comments on commit a9df6d4

Please sign in to comment.