Commit 9117472f by Michael Weibel

fix travis.yml because libsass now uses a submodule for sass2css

parent 32054708
...@@ -3,5 +3,7 @@ node_js: ...@@ -3,5 +3,7 @@ node_js:
- "0.10" - "0.10"
- "0.11" - "0.11"
before_install:
- git submodule update --init --recursive
after_success: after_success:
- npm run-script coverage - npm run-script coverage
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment