Skip to content

Commit

Permalink
update agents to use non-EOL version of Ubuntu and .NET core 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Sep 16, 2019
1 parent 6433b91 commit e05c284
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ language: csharp
matrix:
include:
- os: linux
dist: trusty
dist: xenial
sudo: required
dotnet: 2.1.300
dotnet: 2.2
- os: osx
osx_image: xcode8.3
dotnet: 2.1.300
dotnet: 2.2.402

branches:
only:
Expand Down

0 comments on commit e05c284

Please sign in to comment.