Skip to content

Commit 7a881cb

Browse files
committed
take 4
1 parent a382e03 commit 7a881cb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ matrix:
2222
sudo: required
2323
install:
2424
- ulimit -n8192
25-
- curl https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh
26-
- chmod +x dotnet-install.sh
27-
- sudo ./dotnet-install.sh --channel 2.0 --install-dir /usr/local/share/dotnet/sdk
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+
- dotnet --info
2829
script:
29-
- dotnet --info
30+
3031
- chmod +x build.sh
3132
- ./build.sh

0 commit comments

Comments
 (0)