8000 travis: ask for the xcode6.4 image · thatfrankdev/libgit2sharp@2504d77 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 3 additions & 0 deletions
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)
0