second attempt to fix build issue

This commit is contained in:
Andrew Bauer 2020-09-16 14:09:19 -05:00
parent 8cc716c441
commit 70bca3b18b
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
language: cpp
sudo: required
dist: xenial
dist: bionic
git:
depth: 9999999
notifications:
@ -28,7 +28,6 @@ addons:
- qemu-user-static
- dnsutils
- traceroute
- libseccomp2
install:
- update-binfmts --enable qemu-arm

View File

@ -361,7 +361,7 @@ elif [ "${OS}" == "debian" ] || [ "${OS}" == "ubuntu" ] || [ "${OS}" == "raspbia
execpackpack
# Try to install and run the newly built zoneminder package
if [ "${OS}" == "ubuntu" ] && [ "${DIST}" == "xenial" ] && [ "${ARCH}" == "x86_64" ] && [ "${TRAVIS}" == "true" ]; then
if [ "${OS}" == "ubuntu" ] && [ "${DIST}" == "bionic" ] && [ "${ARCH}" == "x86_64" ] && [ "${TRAVIS}" == "true" ]; then
echo "Begin Deb package installation..."
install_deb
fi