travis update attempt 4

Pass --allow-unauthenticated to apt when installing mxe packages,
perhaps the gpg key changed.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2019-03-08 20:03:17 -08:00
parent 7b3a3a0c4f
commit 77bcbbf445
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ EOF
done
check sudo apt-get -qq -y update
# native wx-common needed for wxrc executable
check sudo apt-get -qy install build-essential cmake ccache wx-common "$@"
check sudo apt-get -qy --allow-unauthenticated install build-essential cmake ccache wx-common "$@"
fi
build_instructions