We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1afe5ca + cdbc217 commit e8fe790Copy full SHA for e8fe790
GNUmakefile.am
@@ -69,7 +69,7 @@ else
69
endif
70
71
SASS_TESTER = $(RUBY) $(SASS_SPEC_PATH)/sass-spec.rb
72
-SASS_TESTER += -c $(SASS_LIBSASS_PATH)/tester$(EXEEXT)
+SASS_TESTER += -c $(top_srcdir)/tester$(EXEEXT)
73
74
test:
75
$(SASS_TESTER) $(LOG_FLAGS) $(SASS_SPEC_PATH) $(SASS_TEST_FLAGS)
script/ci-install-deps
@@ -15,9 +15,6 @@ if [ "x$AUTOTOOLS" == "xyes" ]; then
15
sudo apt-get -qq install automake
16
fi
17
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
23
+
+exit 0
0 commit comments