From 5f66fe0cde9ffd3f7fda96d1e109f4c72d9278ac Mon Sep 17 00:00:00 2001 From: Baudin Date: Mon, 23 Dec 2019 17:20:44 +0100 Subject: [PATCH] Trying to only run the compiler tests. The application tests seem to keep running --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index de3f93f..1b84466 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ mono: none script: - sudo snap alias dotnet-sdk.dotnet dotnet - dotnet build --configuration Release - - dotnet test + - dotnet test ./CompilerTests before_deploy: - NAME=$(git describe --tag --abbrev=0) - bash ./release.sh $NAME $ZDragon_GitHub_Token