From 8b7208ce0ee9818b89ac9ce568249acdd13c2302 Mon Sep 17 00:00:00 2001 From: BBQGiraffe <45021140+BBQGiraffe@users.noreply.github.com> Date: Mon, 19 Jul 2021 03:09:34 -0500 Subject: [PATCH 1/2] Update .travis.yml --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d82c9ac..b497ad4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: csharp mono: none dotnet: 5.0.301 -install: - - dotnet restore script: - dotnet build From 47869cca259e1257830a063a6b6b5b67d91cab8e Mon Sep 17 00:00:00 2001 From: BBQGiraffe <45021140+BBQGiraffe@users.noreply.github.com> Date: Mon, 19 Jul 2021 03:11:04 -0500 Subject: [PATCH 2/2] aaaaaaaaaaaaa --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b497ad4..5381826 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: csharp mono: none -dotnet: 5.0.301 +dotnet: 5.0.100 script: - dotnet build