Skip to content

Commit 8f2401e

Browse files
committed
take 7
1 parent 5d2a202 commit 8f2401e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ matrix:
2222
sudo: required
2323
install:
2424
- ulimit -n8192
25-
- sudo curl https://www.microsoft.com/net/download/thank-you/dotnet-sdk-2.1.300-preview2-macos-x64-installer -o dotnet-sdk.pkg
25+
- sudo curl -L https://download.microsoft.com/download/3/7/C/37C0D2E3-2056-4F9A-A67C-14DEFBD70F06/dotnet-sdk-2.1.300-preview2-008530-osx-x64.pkg -o dotnet-sdk.pkg
2626
- sudo installer -pkg dotnet-sdk.pkg -target /
2727
- dotnet --info
2828
script:

0 commit comments

Comments
 (0)