Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
Merge pull request #2 from cbandy/travis-maven
Browse files Browse the repository at this point in the history
Travis-CI: Work around issue with Maven
  • Loading branch information
gasparnagy committed Mar 4, 2015
2 parents d698e05 + a1afda0 commit fc1b473
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ before_install:
- "if [ \"$DMG\" = \"1\" ]; then wget \"http://download.mono-project.com/archive/${MONO_VERSION}/macos-10-x86/MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.dmg\"; fi"
- "if [ \"$DMG\" = \"1\" ]; then hdid \"MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.dmg\"; fi"
- "if [ \"$DMG\" = \"1\" ]; then sudo installer -pkg \"/Volumes/Mono Framework MDK ${MONO_VERSION}/MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg\" -target /; fi"
# https://github.com/travis-ci/travis-ci/issues/2839
- export JAVA_HOME="$(/usr/libexec/java_home)"

script: "make"

Expand Down

0 comments on commit fc1b473

Please sign in to comment.