From 0c8c714e9ef1bdbdeb6c8769b3a86f53bc02738c Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Sun, 13 May 2018 22:32:19 +0200 Subject: travis: enable apt update. Change-Id: I102b669238dcbf3b8fce8b7429da08f471a20811 Reviewed-on: https://code.wireshark.org/review/27575 Reviewed-by: Dario Lombardo --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3aabd64939..b3fc9b0248 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ matrix: compiler: gcc addons: apt: + update: true sources: - ubuntu-toolchain-r-test - llvm-toolchain-trusty-5.0 -- cgit v1.2.3