From e26be5a7b395d4e72fe715fad8aae28cf94b163c Mon Sep 17 00:00:00 2001 From: "W. Felix Handte" Date: Mon, 14 May 2018 11:55:21 -0400 Subject: [PATCH] Travis CI Runs apt-get Update --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3ca725526..a9c1db525 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,12 @@ # Medium Tests: Run on all commits/PRs to dev branch language: c -sudo: required dist: trusty +sudo: required +addons: + apt: + update: true + matrix: include: # Ubuntu 14.04 -- 2.47.2