We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a382e03 commit 7a881cbCopy full SHA for 7a881cb
.travis.yml
@@ -22,10 +22,11 @@ matrix:
22
sudo: required
23
install:
24
- 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
+ - sudo curl https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh
+ - sudo chmod +x dotnet-install.sh
+ - sudo ./dotnet-install.sh --channel 2.0 --install-dir /usr/local/share/dotnet/sdk
28
+ - dotnet --info
29
script:
- - dotnet --info
30
+
31
- chmod +x build.sh
32
- ./build.sh
0 commit comments