travis' configuration test 3

This commit is contained in:
filux
2017-01-21 10:44:47 +01:00
parent bfe2bc0d57
commit b2aa5e1991
2 changed files with 6 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ CURRENTDIR="$(dirname "$(readlink -f "$0")")"
# set this to non 0 to skip building the binary
skipbinarybuild=0
if [ "$1" = "-CI" ] || ( [ "$1" = "--installer" ] && \
[ "$(find "$CURRENTDIR" -name 'megaglest' -mmin -60)" ] ); then
[ "$(find "$CURRENTDIR" -maxdepth 1 -name 'megaglest' -mmin -60)" ] ); then
skipbinarybuild=1
fi