Skip to content

Commit

Permalink
Use latest mono in travis, update dotnet sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Byrd authored and TheAngryByrd committed May 9, 2019
1 parent 52f25cf commit 776cb6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ language: csharp
sudo: required
dist: xenial

dotnet: 2.2.103
dotnet: 2.2.203
mono:
- 5.18.0
- latest # => "stable release"
- alpha
- beta
Expand All @@ -18,7 +17,6 @@ script:
matrix:
fast_finish: true
allow_failures:
- mono: latest
- mono: alpha
- mono: beta
- mono: weekly
4 changes: 1 addition & 3 deletions Content/Console/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ language: csharp
sudo: required
dist: xenial

dotnet: 2.2.103
dotnet: 2.2.203
mono:
- 5.18.0
- latest # => "stable release"
- alpha
- beta
Expand All @@ -18,7 +17,6 @@ script:
matrix:
fast_finish: true
allow_failures:
- mono: latest
- mono: alpha
- mono: beta
- mono: weekly
4 changes: 1 addition & 3 deletions Content/Library/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ language: csharp
sudo: required
dist: xenial

dotnet: 2.2.103
dotnet: 2.2.203
mono:
- 5.18.0
- latest # => "stable release"
- alpha
- beta
Expand All @@ -18,7 +17,6 @@ script:
matrix:
fast_finish: true
allow_failures:
- mono: latest
- mono: alpha
- mono: beta
- mono: weekly

0 comments on commit 776cb6f

Please sign in to comment.