Skip to content

Commit

Permalink
install missing target runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
andyli committed Mar 8, 2016
1 parent ec3680c commit 3560409
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,18 @@ addons:
- mono-devel
- mono-mcs

before_script:
install:
# os-specific config
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
brew update;
brew install mono;
brew install python3;
fi
# Install haxelibs
- haxelib install hxcpp
- haxelib install hxjava
- haxelib install hxcs
- haxelib list

script:
- haxe -main Test -cp test -debug --interp
Expand Down

0 comments on commit 3560409

Please sign in to comment.