aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2017-11-30 20:54:04 +0100
committerGitHub <noreply@github.com>2017-11-30 20:54:04 +0100
commit2d6b298e117576dc3e4fa41f53ba57400bf7beed (patch)
tree1be19f4d1c762747b55c41500ffb049248867ec5 /scripts
parentc8c8389ed3101279b79d93210b33f63dca8af74c (diff)
downloadbrotli-2d6b298e117576dc3e4fa41f53ba57400bf7beed.zip
brotli-2d6b298e117576dc3e4fa41f53ba57400bf7beed.tar.gz
brotli-2d6b298e117576dc3e4fa41f53ba57400bf7beed.tar.bz2
Update Travis matrix (#626)
* Use Clang-5.0 * Disable unholy ASAN leak detector (to unbreak build) * Reduce build matrix and use faster env, where compiler version is not important * Add autotools build to Travis matrix
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/.travis.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/.travis.sh b/scripts/.travis.sh
index 9ddfa1b..18cd7b0 100755
--- a/scripts/.travis.sh
+++ b/scripts/.travis.sh
@@ -51,6 +51,9 @@ case "$1" in
cd java/org/brotli
mvn install && cd integration && mvn verify
;;
+ "autotools")
+ ./bootstrap && ./configure && make
+ ;;
"fuzz")
./c/fuzz/test_fuzzer.sh
;;