Skip to content

Commit

Permalink
Debug travis build config
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkel committed Oct 21, 2012
1 parent 76171de commit 068fcf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,2 +1,3 @@
language: java
install: ant prepare-travis-ci
script: mvn install -X
2 changes: 2 additions & 0 deletions build.xml
Expand Up @@ -243,6 +243,8 @@
END { print substr(s, 2, length(s)) }' \
)
$ANDROID update sdk --no-ui --all --filter $SDKS

cat /home/travis/.m2/settings.xml
</echo>
<chmod file="tmp/install-sdk" perm="u+x"/>
<exec executable="tmp/install-sdk"/>
Expand Down

0 comments on commit 068fcf0

Please sign in to comment.