find dx.jar from the build tools

This commit is contained in:
Julian Dolby 2015-03-04 13:08:26 -05:00
parent ef3f7ea8e8
commit 755d15a2bb
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ before_install:
- "pushd /tmp"
- "git clone https://github.com/secure-software-engineering/DroidBench.git"
- "popd"
- "find $HOME -name dx.jar"
- "find / -name dx.jar"
- "echo $HOME"
install: mvn clean verify -DskipTests=true -B -q
script: mvn clean verify -B -q