From a00aece60ceb7fb08359250a16f6c9c2bb55e21c Mon Sep 17 00:00:00 2001 From: xzyfer Date: Sun, 8 Jan 2017 02:43:42 +1100 Subject: [PATCH] Remove LibSass git submdule from CI --- .travis.yml | 1 - appveyor.yml | 2 -- 2 files changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index cd6c63b22..ab225d22d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"; diff --git a/appveyor.yml b/appveyor.yml index b9e141e7c..b9c2c4358 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: