Skip to content

Commit cbbddda

Browse files
committed
Explicitly choose Mono 4.0.5
- avoids future problems related to aspnet/External#48 - e.g. when Travis updates default Mono version in `csharp` bundle
1 parent d85194f commit cbbddda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: csharp
22
sudo: false
3+
mono:
4+
- 4.0.5
35
script:
46
- ./build.sh --quiet verify

0 commit comments

Comments
 (0)