Skip to content

Commit

Permalink
Downgrade to building on Mono 5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Jan 28, 2020
1 parent 6096dd8 commit 93de574
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 @@ -10,7 +10,7 @@ services:

env:
global:
- BUILD_RELEASE_MONO_VERSION=6.6.0
- BUILD_RELEASE_MONO_VERSION=5.20.1
- DOCKERHUB_USERNAME=kspckanbuilder
- secure: "UGXJG9jB9tGwjJXxG0Beu4Poz0leuiCBItnfTTKRm1a/NxXf1eoOH9p9icY5Ur2xHwqh0uWSznuL2aNr58CXtzTcMpXrcUhRsO63FB3Cz6tSdZEb+pKQJ23zmC9929DklKRGUT2D/eBcJcnV+/eAtkarrfLBU1avUQAVJgqXvMI="
- AWS_DEFAULT_REGION=us-west-2
Expand All @@ -31,10 +31,10 @@ matrix:
include:
- env: BUILD_CONFIGURATION=Debug_NetCore
# Cake is broken on Mono 6.8.0
mono: 6.6.0
mono: 5.20.1
dotnet: 3.1.1
- env: BUILD_CONFIGURATION=Release_NetCore
mono: 6.6.0
mono: 5.20.1
dotnet: 3.1.1

addons:
Expand Down

0 comments on commit 93de574

Please sign in to comment.