Skip to content

Commit

Permalink
(GH-1020) Dockerfile and Travis to Mono 5.20.1
Browse files Browse the repository at this point in the history
Update Dockerfile and Travis to Mono v5.20.1. Remove mono-gmcs
from what is installed for Travis.

Remove mono-gmcs as it is obsolete and no longer available with
Mono 5.
  • Loading branch information
TheCakeIsNaOH authored and ferventcoder committed Mar 23, 2020
1 parent 9fe5307 commit ad2b4c7
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,8 +1,8 @@
language: csharp
mono:
- 3.12.0
- 5.20.1
install:
- sudo apt-get install mono-devel mono-gmcs
- sudo apt-get install mono-devel
- nuget restore src/chocolatey.sln
before_script:
- chmod +x build.sh
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mono:3.12.1
FROM mono:5.20.1.19

MAINTAINER Justin Phelps <[email protected]>

Expand Down

0 comments on commit ad2b4c7

Please sign in to comment.