Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Remove LibSass git submdule from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Jan 7, 2017
1 parent 7667dba commit a00aece
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a00aece

Please sign in to comment.