From 8024b9217fd4c75d1956128260179fc49cda47c2 Mon Sep 17 00:00:00 2001 From: Faruk D Date: Thu, 1 Mar 2018 16:38:28 +0100 Subject: [PATCH] update the package repos before installing the kern packages --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 02c2163..96bb346 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,7 @@ before_install: - docker run -itd --name ubuntu-build ubuntu:xenial script: + - docker exec ubuntu-build apt-get update -y - docker exec ubuntu-build apt-get install software-properties-common -y - docker exec ubuntu-build add-apt-repository -s ppa:kernsuite/kern-3 -y - docker exec ubuntu-build apt-add-repository multiverse