This repository was archived by the owner on Dec 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,5 @@ addons:
1313mono :
1414 - alpha
1515 - latest
16- os :
17- - linux
18- - osx
19- osx_image : xcode7.1
20- before_install :
21- - if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; brew link --force openssl; fi
2216script :
23- - ./build.sh --quiet verify
17+ - ./build.sh verify
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cd $PSScriptRoot
33$repoFolder = $PSScriptRoot
44$env: REPO_FOLDER = $repoFolder
55
6- $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/release .zip"
6+ $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/1.0.0 .zip"
77if ($env: KOREBUILD_ZIP )
88{
99 $koreBuildZip = $env: KOREBUILD_ZIP
Original file line number Diff line number Diff line change 22repoFolder=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
33cd $repoFolder
44
5- koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/release .zip"
5+ koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/1.0.0 .zip"
66if [ ! -z $KOREBUILD_ZIP ]; then
77 koreBuildZip=$KOREBUILD_ZIP
88fi
You can’t perform that action at this time.
0 commit comments