Skip to content

Commit 3e782df

Browse files
bergmeisterTylerLeonhardt
authored andcommitted
Speed up travis builds by skipping the .net core initialisation (PowerShell#1755)
1 parent 649d633 commit 3e782df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ language: cpp
33
git:
44
depth: 1000
55

6+
env:
7+
# Avoid expensive initialization of dotnet cli, see: https://donovanbrown.com/post/Stop-wasting-time-during-NET-Core-builds
8+
DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
9+
610
os:
711
- linux
812
- osx

0 commit comments

Comments
 (0)