Permalink
Browse files

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
  • Loading branch information...
1 parent 7d1a03f commit 4dc2a38af247e15430a410dbcfc5dbbfdaa9f08a @dougbu dougbu committed Sep 4, 2016
Showing with 9 additions and 0 deletions.
  1. +9 −0 .travis.yml
View
9 .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:

0 comments on commit 4dc2a38

Please sign in to comment.