Skip to content

Commit d2cd707

Browse files
committed
Change travis to target bionic
1 parent dafda55 commit d2cd707

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: csharp
22
mono: none
33
dotnet: 2.0.0
4-
dist: trusty
4+
dist: bionic
55
solution: LLVMSharp.sln
66

77
cache:

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ CreateDirectory "$LogDir"
196196
if [[ ! -z "$architecture" ]]; then
197197
DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
198198

199-
DotNetInstallScript="$ArtifactsDir/dotnet-install.ps1"
199+
DotNetInstallScript="$ArtifactsDir/dotnet-install.sh"
200200
wget -O "$DotNetInstallScript" "https://dot.net/v1/dotnet-install.sh"
201201

202202
DotNetInstallDirectory="$ArtifactsDir/dotnet"

0 commit comments

Comments
 (0)