Skip to content

Commit

Permalink
Fixed travis tests hopefully by upgrading to .net core 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Oct 3, 2016
1 parent 05964dc commit 1f1d7a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then
brew install openssl;
brew link --force openssl;
export DOTNET_SDK_URL="https://go.microsoft.com/fwlink/?LinkID=809128";
#See: https://www.microsoft.com/net/download#core (MacOS) .NET Core SDK binaries only
export DOTNET_SDK_URL="https://go.microsoft.com/fwlink/?LinkID=827533";
else
export DOTNET_SDK_URL="https://go.microsoft.com/fwlink/?LinkID=809129";
#See: https://www.microsoft.com/net/download#core (Ubuntu 14.04 64-bit) .NET Core SDK binaries only
export DOTNET_SDK_URL="https://go.microsoft.com/fwlink/?LinkID=827536";
fi

- export DOTNET_INSTALL_DIR="$PWD/.dotnetcli"
Expand Down

0 comments on commit 1f1d7a5

Please sign in to comment.