diff --git a/.travis.yml b/.travis.yml index 928b126..21ebbf2 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 513d502..84321b2 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 62c278b..8bd7bf2 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