From 4dc2a38af247e15430a410dbcfc5dbbfdaa9f08a Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Sun, 4 Sep 2016 15:49:24 -0700 Subject: [PATCH] Increase .travis.yml consistency between repos - aspnet/Universe#349 - minimize `dotnet` setup time; no need for caching - install packages used in other repos; explicit and avoids issues as (Beta) Trusty image changes --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 150cf03a06..d7636fa329 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,16 @@ dist: trusty addons: apt: packages: + - gettext + - libcurl4-openssl-dev + - libicu-dev + - libssl-dev - libunwind8 + - zlib1g +env: + global: + - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true + - DOTNET_CLI_TELEMETRY_OPTOUT: 1 mono: - 4.0.5 os: