Skip to content

Commit 49760f2

Browse files
committed
Revert "Configure sass-spec remote for CI"
This reverts commit 4711830.
1 parent e4ab87f commit 49760f2

File tree

3 files changed

+1
-20
lines changed

3 files changed

+1
-20
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ env:
2323
- AUTOTOOLS=no COVERAGE=yes BUILD=static
2424
- AUTOTOOLS=yes COVERAGE=no BUILD=shared
2525

26-
global:
27-
- SASS_SPEC_REPO=https://github.com/sass/sass-spec.git
28-
- SASS_SPEC_REPO_GITLOC=master
29-
3026
# currenty there are various issues when
3127
# built with coverage, clang and autotools
3228
# - AUTOTOOLS=yes COVERAGE=yes BUILD=shared

script/bootstrap

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
script/branding
44

55
if [ ! -d "sass-spec" ]; then
6-
if [ -z "$SASS_SPEC_REPO" ]; then
7-
SASS_SPEC_REPO=https://github.com/sass/sass-spec.git
8-
fi
9-
git clone $SASS_SPEC_REPO
6+
git clone https://github.com/sass/sass-spec.git
107
fi
118
if [ ! -d "sassc" ]; then
129
git clone https://github.com/sass/sassc.git

script/spec

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,4 @@
22

33
script/bootstrap
44

5-
SASS_SPEC_REPO_GITLOC ?= master
6-
7-
if [ -z "$SASS_SPEC_REPO_GITLOC" ]; then
8-
SASS_SPEC_REPO_GITLOC=master
9-
fi
10-
11-
echo "======================================================================"
12-
echo "Checking out sass-spec @ $SASS_SPEC_REPO_GITLOC"
13-
echo "======================================================================"
14-
15-
(cd $SASS_SPEC_PATH; git checkout $SASS_SPEC_REPO_GITLOC)
16-
175
make $MAKE_OPTS test_build

0 commit comments

Comments
 (0)