Skip to content

Commit 2504d77

Browse files
committed
travis: ask for the xcode6.4 image
The newer image does not find mono 3.12 in PATH so our build fails with that.
1 parent 88c818d commit 2504d77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ os:
1010
- osx
1111
- linux
1212

13+
# The newer image cannot find mono 3.12 in the PATH
14+
osx_image: xcode6.4
15+
1316
env:
1417
global:
1518
- MONO_OPTIONS=--debug

0 commit comments

Comments
 (0)