Update Travis.

This commit is contained in:
Markus F.X.J. Oberhumer
2017-03-23 13:00:42 +01:00
parent 72156fcf1b
commit 9d14715652
6 changed files with 38 additions and 9 deletions
+3
View File
@@ -7,6 +7,9 @@ set -e; set -o pipefail
CLANG_FORMAT="$HOME/local/bin/bin-upx/clang-format-3.9.0"
if [[ ! -f $CLANG_FORMAT ]]; then
CLANG_FORMAT="$HOME/.local/bin/bin-upx/clang-format-3.9.0"
fi
if [[ ! -f $CLANG_FORMAT ]]; then
CLANG_FORMAT="$HOME/bin/bin-upx/clang-format-3.9.0"
fi
if [[ ! -f $CLANG_FORMAT ]]; then