Skip to content

Commit

Permalink
make release tags not fail Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
smalyshev committed May 8, 2014
1 parent a444900 commit e9be93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if [[ "$ENABLE_DEBUG" == 1 ]]; then
else
DEBUG="";
fi
./buildconf
./buildconf --force
./configure --quiet \
$DEBUG \
$TS \
Expand Down

0 comments on commit e9be93b

Please sign in to comment.