-
Notifications
You must be signed in to change notification settings - Fork 905
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(GH-1020) Dockerfile and Travis to Mono 5.20.1
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
1 parent
9fe5307
commit ad2b4c7
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|
||
|