Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
Explicitly choose Mono 4.0.5
Browse files Browse the repository at this point in the history
- avoids future problems related to aspnet/External#48
  - e.g. when Travis updates default Mono version in `csharp` bundle
  • Loading branch information
dougbu committed Nov 17, 2015
1 parent cef221f commit f6616db
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
sudo: false
mono:
- 4.0.5
script:
- ./build.sh --quiet verify

0 comments on commit f6616db

Please sign in to comment.