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 dafda55 commit d2cd707Copy full SHA for d2cd707
.travis.yml
@@ -1,7 +1,7 @@
1
language: csharp
2
mono: none
3
dotnet: 2.0.0
4
-dist: trusty
+dist: bionic
5
solution: LLVMSharp.sln
6
7
cache:
scripts/build.sh
@@ -196,7 +196,7 @@ CreateDirectory "$LogDir"
196
if [[ ! -z "$architecture" ]]; then
197
DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
198
199
- DotNetInstallScript="$ArtifactsDir/dotnet-install.ps1"
+ DotNetInstallScript="$ArtifactsDir/dotnet-install.sh"
200
wget -O "$DotNetInstallScript" "https://dot.net/v1/dotnet-install.sh"
201
202
DotNetInstallDirectory="$ArtifactsDir/dotnet"
0 commit comments