From 186431cc8101fe5c2ecd8098559113fe4b82a696 Mon Sep 17 00:00:00 2001 From: "Christoph Bergmeister [MVP]" Date: Sat, 9 Feb 2019 22:44:03 +0000 Subject: [PATCH] Speed up travis builds by skipping the .net core initialisation --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 015e2dae1..e32eb1a1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ language: cpp git: depth: 1000 + +env: + # Avoid expensive initialization of dotnet cli, see: https://donovanbrown.com/post/Stop-wasting-time-during-NET-Core-builds + DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1 matrix: include: