Skip to content

Commit db09f56

Browse files
bergmeisterTylerLeonhardt
authored andcommitted
Speed up travis builds by skipping the .net core initialisation (#868)
1 parent ac9d57a commit db09f56

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
@@ -2,6 +2,10 @@ language: cpp
22

33
git:
44
depth: 1000
5+
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
59

610
matrix:
711
include:

0 commit comments

Comments
 (0)