Skip to content

Commit 262cb80

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

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
os:
711
- linux

0 commit comments

Comments
 (0)