We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9d57a commit db09f56Copy full SHA for db09f56
.travis.yml
@@ -2,6 +2,10 @@ language: cpp
2
3
git:
4
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
9
10
matrix:
11
include:
0 commit comments