Skip to content

Commit e8fe790

Browse files
authored
Merge pull request #2492 from mgreter/build/sassc-tester
Fix autoconf path for sassc tester
2 parents 1afe5ca + cdbc217 commit e8fe790

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

GNUmakefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ else
6969
endif
7070

7171
SASS_TESTER = $(RUBY) $(SASS_SPEC_PATH)/sass-spec.rb
72-
SASS_TESTER += -c $(SASS_LIBSASS_PATH)/tester$(EXEEXT)
72+
SASS_TESTER += -c $(top_srcdir)/tester$(EXEEXT)
7373

7474
test:
7575
$(SASS_TESTER) $(LOG_FLAGS) $(SASS_SPEC_PATH) $(SASS_TEST_FLAGS)

script/ci-install-deps

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ if [ "x$AUTOTOOLS" == "xyes" ]; then
1515
sudo apt-get -qq install automake
1616
fi
1717

18-
# https://github.com/sass/libsass/pull/2183
19-
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
20-
brew uninstall libtool
21-
brew install libtool
22-
fi
2318
fi
19+
20+
exit 0

0 commit comments

Comments
 (0)