find dx.jar from the build tools

This commit is contained in:
Julian Dolby 2015-03-04 13:11:28 -05:00
parent 755d15a2bb
commit 8dd7409e4d
1 changed files with 1 additions and 2 deletions

View File

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