From c92e8659f9056a30e31b888d114c832a04d35b8a Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 23 Oct 2017 12:44:26 -0500 Subject: [PATCH] revert to dotnet: 2.0.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 81c55140b..a4bfb45f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: csharp dist: xenial sudo: required mono: none -dotnet: latest +dotnet: 2.0.0 branches: only: - master