Commit a00aece6 by xzyfer

Remove LibSass git submdule from CI

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