Skip to content

Commit

Permalink
Auto merge of #473 - Valloric:travis-mono, r=vheon
Browse files Browse the repository at this point in the history
Fixing travis Mac runs with stable mono

Currently we use beta mono for some reason, which seems to be blowing up
in our face.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/ycmd/473)
<!-- Reviewable:end -->
  • Loading branch information
homu committed Apr 30, 2016
2 parents 0df9bdc + c393b7b commit f3dd8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ os:
- osx
sudo: false
mono:
- beta
- 4.2.3
before_install:
- git submodule update --init --recursive
install:
Expand Down

0 comments on commit f3dd8fd

Please sign in to comment.