Travis: enable apt-get update (that's opt-in now)

Travis runs on a Debian environment, and we need to install packages
such as QEMU in order to run the CI scripts. As of today, we need to
explicitly enable that we want to do "apt-get update" or else it
can't find the packages we need.
This commit is contained in:
Oliver Smith 2018-05-09 23:53:27 +02:00
parent 1048cc9ced
commit 0b27a40147
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ python: "3.6"
sudo: required
addons:
apt:
update: true
sources:
- debian-sid
install: