Skip to content

Commit

Permalink
travis-ci: update dotnet sdk version
Browse files Browse the repository at this point in the history
also, we need to to switch to xenial, dotnet sdk is not available for trusty
  • Loading branch information
chipitsine committed Apr 21, 2019
1 parent 560b90d commit 0060ba6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sudo: required
dist: xenial

language: c

Expand Down Expand Up @@ -38,7 +39,7 @@ matrix:
os: linux
language: csharp
mono: none
dotnet: 2.1.300
dotnet: 2.2.203
before_install:
- true
script:
Expand Down

0 comments on commit 0060ba6

Please sign in to comment.