aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas.ru@gmail.com>2021-01-18 10:56:39 +0100
committerGitHub <noreply@github.com>2021-01-18 10:56:39 +0100
commit5692e422da6af1e991f9182345d58df87866bc5e (patch)
tree8d0f6aac7513439ef557401b2cb266d39936c3fb /scripts
parentf16845614dd2c5a7de054a6dd9617296d7e25c30 (diff)
downloadbrotli-5692e422da6af1e991f9182345d58df87866bc5e.zip
brotli-5692e422da6af1e991f9182345d58df87866bc5e.tar.gz
brotli-5692e422da6af1e991f9182345d58df87866bc5e.tar.bz2
Update (#852)
* Update * comments and clarifications in block_splitter * power-of-2 aligned allocations for Hasher * refresh decode.js from Java sources * disable JS build
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/.travis.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/.travis.sh b/scripts/.travis.sh
index b5ad13a..c6679f7 100755
--- a/scripts/.travis.sh
+++ b/scripts/.travis.sh
@@ -62,7 +62,8 @@ case "$1" in
bazel build -c opt ...:all &&
cd go && bazel test -c opt ...:all && cd .. &&
cd java && bazel test -c opt ...:all && cd .. &&
- cd js && bazel test -c opt ...:all && cd .. &&
+ echo "bazelbuild/rules_closure seems to be dead; js build is skipped" &&
+ echo "cd js && bazel test -c opt ...:all && cd .." &&
cd research && bazel build -c opt ...:all && cd ..
;;
esac