Skip to content

Commit

Permalink
Fixing travis Mac runs with stable mono
Browse files Browse the repository at this point in the history
Currently we use beta mono for some reason, which seems to be blowing up
in our face.
  • Loading branch information
Valloric committed Apr 30, 2016
1 parent 0df9bdc commit c393b7b
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 c393b7b

Please sign in to comment.