From 40f0fdcdc1b6930382351571068d71c38484546d Mon Sep 17 00:00:00 2001 From: Eugene Kliuchnikov Date: Tue, 16 Jul 2019 17:49:14 +0200 Subject: 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. --- scripts/.travis.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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 ;; -- cgit v1.1