From 7a373c251cdc6d445202f1afdbbdb1ca13dcf6a6 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Wed, 25 Oct 2017 08:18:26 -0500 Subject: [PATCH] revert last --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7ad82960a..a4bfb45f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: csharp dist: xenial sudo: required mono: none -dotnet: 2.0.2 +dotnet: 2.0.0 branches: only: - master