aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas.ru@gmail.com>2019-07-16 17:49:14 +0200
committerGitHub <noreply@github.com>2019-07-16 17:49:14 +0200
commit40f0fdcdc1b6930382351571068d71c38484546d (patch)
tree3524cf45638885066f027f5161550b68466359a8 /scripts
parent78e7bbc3c34bb85ecc9a912929e8b3b224973b05 (diff)
downloadbrotli-40f0fdcdc1b6930382351571068d71c38484546d.zip
brotli-40f0fdcdc1b6930382351571068d71c38484546d.tar.gz
brotli-40f0fdcdc1b6930382351571068d71c38484546d.tar.bz2
Explicitly mark tests/testdata/* as binary. (#761)
Fixes #760 Drive-by: * update go_rules * modernize brotli_inc * fix wrapper build * update PY to 3 in Travis / OSX / Bazel build * upgrade JS Bazel rules.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/.travis.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/.travis.sh b/scripts/.travis.sh
index 367cdfa..8b7e2b3 100755
--- a/scripts/.travis.sh
+++ b/scripts/.travis.sh
@@ -18,6 +18,7 @@ case "$1" in
case "${BUILD_SYSTEM}" in
"bazel")
brew install bazel
+ brew upgrade python
;;
esac
;;