Skip to content

Commit

Permalink
travis: switch to builder project
Browse files Browse the repository at this point in the history
  • Loading branch information
proppy committed Jun 25, 2015
1 parent cb23373 commit 73d7026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ before_install:
- git clone https://github.com/proppy/android-ndk.git --branch gradle-repo --single-branch $HOME/gradle-repo
- export CUSTOM_REPO=$HOME/gradle-repo
script:
- find . -maxdepth 2 -name build.gradle | xargs -I@ echo '(cd $(dirname @) && ./gradlew build)' | bash -x
- cd builder && ./gradlew test

0 comments on commit 73d7026

Please sign in to comment.