Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Commit

Permalink
Add missing mono-mcs dependency for building C# tests on Travis CI. #17.
Browse files Browse the repository at this point in the history
  • Loading branch information
djcsdy committed Jul 14, 2013
1 parent 02c49ba commit 871e006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ before_script:
- sudo add-apt-repository ppa:eyecreate/haxe -y
- sudo apt-get update
- sudo apt-get install haxe -y
- sudo apt-get install mono-mcs -y
- mkdir ~/haxelib
- haxelib setup ~/haxelib
- haxelib install hxjava
Expand Down

0 comments on commit 871e006

Please sign in to comment.