Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Commit

Permalink
Increase .travis.yml consistency between repos
Browse files Browse the repository at this point in the history
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
  • Loading branch information
dougbu committed Sep 5, 2016
1 parent 37297ec commit 2a03500
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ addons:
- libssl-dev
- libunwind8
- zlib1g
env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
mono:
- 4.0.5
os:
Expand Down

0 comments on commit 2a03500

Please sign in to comment.