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: