Skip to content

Commit

Permalink
(maint) Specify mono version for Travis-CI
Browse files Browse the repository at this point in the history
This allows the build to compile but still fails on NUnit tests.

@sideeffffect determined in chocolateyGH-369 that there may be a bug in the most recent
mono and has filed an issue at [Xamarin Bugzilla #32561](https://bugzilla.xamarin.com/show_bug.cgi?id=32561).

Prefer 3.12.0 which gets the [latest in the 3.12.X line](travis-ci/travis-ci#4130).

Related Travis Doc - [Choosing mono version](http://docs.travis-ci.com/user/languages/csharp/#Choosing-Mono-version-to-test-against)
  • Loading branch information
Donovan Finch authored and ferventcoder committed Jul 30, 2015
1 parent 96f8d4c commit 6c200e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: csharp
mono:
- 3.12.0
install:
- sudo apt-get install mono-devel mono-gmcs
- nuget restore src/chocolatey.sln
Expand Down

0 comments on commit 6c200e1

Please sign in to comment.