Skip to content

Commit

Permalink
Fix OSX CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreter committed Nov 11, 2017
1 parent d284ca8 commit cdbc217
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions script/ci-install-deps
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ if [ "x$AUTOTOOLS" == "xyes" ]; then
sudo apt-get -qq install automake
fi

# https://github.com/sass/libsass/pull/2183
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
brew uninstall libtool
brew install libtool
fi
fi

exit 0

0 comments on commit cdbc217

Please sign in to comment.