From e9be93b333247ff3f4357ee81e47734c785bc835 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Thu, 8 May 2014 01:08:55 -0700 Subject: make release tags not fail Travis CI --- travis/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'travis') diff --git a/travis/compile.sh b/travis/compile.sh index 8b54b714ad..899fb5a335 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -9,7 +9,7 @@ if [[ "$ENABLE_DEBUG" == 1 ]]; then else DEBUG=""; fi -./buildconf +./buildconf --force ./configure --quiet \ $DEBUG \ $TS \ -- cgit v1.2.1