Skip to content

Commit cdbc217

Browse files
committed
Fix OSX CI build
1 parent d284ca8 commit cdbc217

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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)