From bfba2ba156537e61d33ab90ea826e5cda5c59445 Mon Sep 17 00:00:00 2001 From: Fraser Waters Date: Sun, 18 Oct 2015 13:31:11 +0100 Subject: [PATCH] [travis] Remove mono 3.2.8 and 2.10.8 builds Old versions of mono on travis didn't have nuget support that we now use to fetch Mono.Cecil. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index adb6fb0e..f5c27f4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,6 @@ mono: - latest - 3.10.0 - 3.8.0 - - 3.2.8 - - 2.10.8 script: - xbuild /p:Configuration=Release OpenTK.sln \ No newline at end of file