Only try to install deb on trusty as that is the environment that travis is running
parent
48cb568424
commit
0ec215c95f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue