From f4e17ef0c72ade50ef9ba6c67c5e918ad411dfa7 Mon Sep 17 00:00:00 2001 From: Matt Jones Date: Sun, 4 Aug 2019 18:22:50 -0700 Subject: [PATCH] Try updating the apt sources before the install. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4a7558bc..9798b816 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: java dist: bionic before-install: + - sudo apt-get update - sudo apt-get install -y xmlstarlet ant ant-optional install: