Commit a00aece6 by xzyfer

Remove LibSass git submdule from CI

parent 7667dba1
......@@ -36,7 +36,6 @@ addons:
- g++-4.7
before_install:
- git submodule update --init --recursive
- npm config set python `which python`
- if [ $TRAVIS_OS_NAME == "linux" ]; then
export CC="gcc-4.7";
......
......@@ -49,7 +49,6 @@
- ps: Install-Product node $env:nodejs_version $env:platform
- node --version
- npm --version
- git submodule update --init --recursive
- npm install --msvs_version=2013
test: off
......@@ -121,7 +120,6 @@
- ps: Install-Product node $env:nodejs_version $env:platform
- node --version
- npm --version
- git submodule update --init --recursive
- npm install --msvs_version=2013
test_script:
......
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