From 96b901e7342c13378128d752bd24963ee1ec9d0b Mon Sep 17 00:00:00 2001 From: David Driscoll Date: Thu, 24 Mar 2016 14:53:20 -0400 Subject: [PATCH] update to xcode7.3 --- .travis.yml | 2 +- tools/PublishProject/Program.cs | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index da4ab321ce..961fa2f8bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ mono: os: - linux - osx -osx_image: xcode7.1 +osx_image: xcode7.3 matrix: allow_failures: - os: osx diff --git a/tools/PublishProject/Program.cs b/tools/PublishProject/Program.cs index 61492401d7..9c69bcd82f 100755 --- a/tools/PublishProject/Program.cs +++ b/tools/PublishProject/Program.cs @@ -81,11 +81,6 @@ private static void Package(string publishOutput, string framework) { var runtimeString = Regex.Replace(rid, "(\\d|\\.)*-", "-"); - - // Disable for now, while travis isn't working correctly. - if (PlatformServices.Default.Runtime.OperatingSystemPlatform == Platform.Darwin) { - return; - } // Simplify Ubuntu to Linux runtimeString = runtimeString.Replace("ubuntu", "linux");