Skip to content

Commit 5d2a202

Browse files
committed
take 6
1 parent c3978d7 commit 5d2a202

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ matrix:
2222
sudo: required
2323
install:
2424
- ulimit -n8192
25-
- sudo curl https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh
26-
- sudo chmod +x dotnet-install.sh
27-
- sudo ./dotnet-install.sh --channel 2.0 --install-dir /usr/local/share/dotnet/sdk
28-
- source ~/.bash_profile
25+
- sudo curl https://www.microsoft.com/net/download/thank-you/dotnet-sdk-2.1.300-preview2-macos-x64-installer -o dotnet-sdk.pkg
26+
- sudo installer -pkg dotnet-sdk.pkg -target /
2927
- dotnet --info
3028
script:
3129

0 commit comments

Comments
 (0)