From 0ec215c95ff17d121178ba2da7e199a47ab40e38 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Sun, 22 Sep 2019 12:52:46 -0400 Subject: [PATCH] Only try to install deb on trusty as that is the environment that travis is running --- utils/packpack/startpackpack.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/utils/packpack/startpackpack.sh b/utils/packpack/startpackpack.sh index 835725baa..62daf21fd 100755 --- a/utils/packpack/startpackpack.sh +++ b/utils/packpack/startpackpack.sh @@ -347,9 +347,6 @@ if [ "${TRAVIS_EVENT_TYPE}" == "cron" ] || [ "${TRAVIS}" != "true" ] || [ "${DIS echo "Starting packpack..." execpackpack - if [ "${TRAVIS}" == "true" ]; then - install_deb - fi fi # We were not triggered via cron so just build and test trusty