aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2018-04-13 11:44:34 +0200
committerGitHub <noreply@github.com>2018-04-13 11:44:34 +0200
commit68db5c0272d46f316efab575b67dae5b9ce4378d (patch)
tree836070b9443dca7035b82bbed145ac8dc08fc006 /scripts
parentc6333e1e79fb62ea088443f192293f964409b04e (diff)
downloadbrotli-68db5c0272d46f316efab575b67dae5b9ce4378d.zip
brotli-68db5c0272d46f316efab575b67dae5b9ce4378d.tar.gz
brotli-68db5c0272d46f316efab575b67dae5b9ce4378d.tar.bz2
Update (#660)
* Update * improve q=1 compression on small files * fix "left shift before promotion" * fix osx Travis builds
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/.travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/.travis.sh b/scripts/.travis.sh
index 18cd7b0..579856a 100755
--- a/scripts/.travis.sh
+++ b/scripts/.travis.sh
@@ -11,7 +11,7 @@ case "$1" in
case "${CC}" in
"gcc-"*)
- which ${CC} || brew install homebrew/versions/gcc$(echo "${CC#*-}" | sed 's/\.//')
+ which ${CC} || brew install $(echo "${CC}" | sed 's/\-/@/') || brew link --overwrite $(echo "${CC}" | sed 's/\-/@/')
;;
esac