summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortorque <torque@1>2016-09-24 13:07:34 -0700
committertorque <torque@1>2016-09-24 13:17:41 -0700
commit16d8d586d5aa4c4501ff092668e73b405821abb6 (patch)
tree4559c3540478fb0033e422e422423e141ae31d3d
parent429231a357bd702e84a238870f27dee4975cb014 (diff)
downloadlibass-16d8d586d5aa4c4501ff092668e73b405821abb6.tar.bz2
libass-16d8d586d5aa4c4501ff092668e73b405821abb6.tar.xz
CI: Don't fail on MacOS if brew cannot remove libtool.
This is the better option, as it won't break the CI script if travis ends up removing the preinstalled libtool bundle for whatever reason.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 68a4ff2..c441a1a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ branches:
before_install:
- (sudo apt-get update || brew update)
- - (sudo apt-get install -y fontconfig libfribidi-dev yasm || (brew uninstall libtool && brew install fontconfig freetype fribidi libtool yasm)) && ./autogen.sh && ./configure
+ - (sudo apt-get install -y fontconfig libfribidi-dev yasm || (brew uninstall libtool; brew install fontconfig freetype fribidi libtool yasm)) && ./autogen.sh && ./configure
script:
- make -j4