From 65eceabbd344d987dee6aea1d03110a090569476 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 25 Jul 2019 14:59:55 +0200 Subject: [PATCH] Fixes Travis-ci build preparation, by hit another host in order to download dnx --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3ef91b94..c9f3ea62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ mono: - beta sudo: false install: -- curl --insecure -sSL https://lua.pschneider.fr/files/Paul/dnx-install.sh | bash +- curl --insecure -sSL https://freespeech.pschneider.fr/files/Paul/dnx-install.sh | bash - DNX_USER_HOME=`pwd -P`/dnx . ./dnx/dnvm/dnvm.sh - cd src/OAuth.AspNet.Token && dnu restore - cd ../OAuth.AspNet.AuthServer && dnu restore