From 0b27a40147106c8a6d4063c7363f636dba6387da Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 9 May 2018 23:53:27 +0200 Subject: [PATCH] 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. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5443671e..476bf04d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: "3.6" sudo: required addons: apt: + update: true sources: - debian-sid install: