Do per commit builds for debian and ubuntu

This commit is contained in:
Isaac Connor 2019-09-22 13:02:13 -04:00
parent 0ec215c95f
commit 96024b518e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ done
# We only want to deploy packages during cron events
# See https://docs.travis-ci.com/user/cron-jobs/
if [ "${TRAVIS_EVENT_TYPE}" == "cron" ]; then
if [ "${TRAVIS_EVENT_TYPE}" == "cron" ] || [ "${OS}" == "debian" ] || [ "${OS}" == "ubuntu" ]; then
if [ "${OS}" == "debian" ] || [ "${OS}" == "ubuntu" ]; then
targetfolder="debian/master/mini-dinstall/incoming"