From 17c1cebc446aee7bf2acb52924467f6b390d67f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Wed, 29 Jun 2016 19:23:54 +0200 Subject: [PATCH] Update .travis.yml/build.ps1/build.sh --- .travis.yml | 8 +------- build.ps1 | 2 +- build.sh | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 928b1265..21ebbf22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,11 +13,5 @@ addons: mono: - alpha - latest -os: - - linux - - osx -osx_image: xcode7.1 -before_install: - - if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; brew link --force openssl; fi script: - - ./build.sh --quiet verify \ No newline at end of file + - ./build.sh verify \ No newline at end of file diff --git a/build.ps1 b/build.ps1 index 513d502d..84321b2f 100644 --- a/build.ps1 +++ b/build.ps1 @@ -3,7 +3,7 @@ cd $PSScriptRoot $repoFolder = $PSScriptRoot $env:REPO_FOLDER = $repoFolder -$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/release.zip" +$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/1.0.0.zip" if ($env:KOREBUILD_ZIP) { $koreBuildZip=$env:KOREBUILD_ZIP diff --git a/build.sh b/build.sh index 62c278b9..8bd7bf2a 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ repoFolder="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" cd $repoFolder -koreBuildZip="https://github.com/aspnet/KoreBuild/archive/release.zip" +koreBuildZip="https://github.com/aspnet/KoreBuild/archive/1.0.0.zip" if [ ! -z $KOREBUILD_ZIP ]; then koreBuildZip=$KOREBUILD_ZIP fi