Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Commit 768f895

Browse files
committed
Incorporate the changes committed in the release branch
2 parents d318c23 + 664793b commit 768f895

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,5 @@ addons:
1313
mono:
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
2216
script:
23-
- ./build.sh --quiet verify
17+
- ./build.sh verify

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ AspNet.Security.OAuth.Extensions
55

66
**The latest nightly builds can be found on [MyGet](https://www.myget.org/gallery/aspnet-contrib)**.
77

8-
[![Build status](https://ci.appveyor.com/api/projects/status/aa7t5nfxpiri1e85/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnet-contrib/aspnet-security-oauth-extensions/branch/dev)
9-
[![Build status](https://travis-ci.org/aspnet-contrib/AspNet.Security.OAuth.Extensions.svg?branch=dev)](https://travis-ci.org/aspnet-contrib/AspNet.Security.OAuth.Extensions)
8+
[![Build status](https://ci.appveyor.com/api/projects/status/aa7t5nfxpiri1e85/branch/release?svg=true)](https://ci.appveyor.com/project/aspnet-contrib/aspnet-security-oauth-extensions/branch/release)
9+
[![Build status](https://travis-ci.org/aspnet-contrib/AspNet.Security.OAuth.Extensions.svg?branch=release)](https://travis-ci.org/aspnet-contrib/AspNet.Security.OAuth.Extensions)
1010

1111
## Get started
1212

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
77
if ($env:KOREBUILD_ZIP)
88
{
99
$koreBuildZip=$env:KOREBUILD_ZIP

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
repoFolder="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
33
cd $repoFolder
44

5-
koreBuildZip="https://github.com/aspnet/KoreBuild/archive/release.zip"
5+
koreBuildZip="https://github.com/aspnet/KoreBuild/archive/1.0.0.zip"
66
if [ ! -z $KOREBUILD_ZIP ]; then
77
koreBuildZip=$KOREBUILD_ZIP
88
fi

0 commit comments

Comments
 (0)