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 7610067 commit 7f7e322Copy full SHA for 7f7e322
.travis.yml
@@ -3,6 +3,10 @@ language: cpp
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
os:
11
- linux
12
- osx
0 commit comments