Skip to content

Commit 68a4d77

Browse files
committed
Drop old mono versions since they can't build net46
Use latest instead
1 parent 0b63d70 commit 68a4d77

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,12 @@
33

44
language: csharp
55
mono:
6-
- 3.12.0
7-
- 4.2.3
6+
- latest
87

98
os:
109
- osx
1110
- linux
1211

13-
# The newer image cannot find mono 3.12 in the PATH
14-
osx_image: xcode6.4
15-
1612
env:
1713
global:
1814
- MONO_OPTIONS=--debug

0 commit comments

Comments
 (0)