Skip to content

Commit

Permalink
Fix Travis Yaml to use Xenial Dist
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodiasneves committed Sep 11, 2019
1 parent 6bd5d62 commit af43ce2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: csharp
dist: trusty
dist: xenial
mono: none
dotnet: 2.0
dotnet: 2.2
install:
- dotnet restore
script:
Expand Down
2 changes: 1 addition & 1 deletion test/unit/Sapher.Tests/Sapher.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp2.2</TargetFramework>
<IsPackable>false</IsPackable>
<SonarQubeTestProject>True</SonarQubeTestProject>
</PropertyGroup>
Expand Down

0 comments on commit af43ce2

Please sign in to comment.