From edbbe16f110f3146b5f7a6db19dbdb5f23b53011 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Tue, 14 Jul 2020 10:59:07 -0400 Subject: [PATCH] Run Release unit tests first as they take longer --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0c495acc39..69fa734962 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,8 +82,8 @@ jobs: - DoxGeneration=false - DockerBuild=false - DMAPI=false - - CONFIG=Debug - name: "Debug Unit Tests" + - CONFIG=Release + name: "Release Unit Tests" language: csharp mono: none dotnet: 3.1 @@ -94,8 +94,8 @@ jobs: - DoxGeneration=false - DockerBuild=false - DMAPI=false - - CONFIG=Release - name: "Release Unit Tests" + - CONFIG=Debug + name: "Debug Unit Tests" language: csharp mono: none dotnet: 3.1