Travis fix

The package creation is currently not needed. Should accelerate the build time in travis
This commit is contained in:
Paulchen Panther 2019-05-24 20:34:52 +02:00 committed by GitHub
parent 74766fd626
commit ddf320e2d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ echo "compile jobs: ${JOBS:=4}"
# Determine package creation; True for cron and tag builds
# Commented because tests are currently broken
[ "${TRAVIS_EVENT_TYPE:-}" == 'cron' ] || [ -n "${TRAVIS_TAG:-}" ] && PACKAGES=package
# [ "${TRAVIS_EVENT_TYPE:-}" == 'cron' ] || [ -n "${TRAVIS_TAG:-}" ] && PACKAGES=package
# Determie -dev appends to platform;
# [ "${TRAVIS_EVENT_TYPE:-}" != 'cron' -a -z "${TRAVIS_TAG:-}" ] && PLATFORM=${PLATFORM}-dev