echo droid bench

This commit is contained in:
Julian Dolby 2015-02-27 21:51:39 -05:00
parent 5f3676e3c3
commit f46fa39664
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ before_install:
- "sh -e /etc/init.d/xvfb start"
- "git clone https://github.com/secure-software-engineering/DroidBench.git"
- "export DROID_BENCH_ROOT=`pwd`/DroidBench"
- "echo $DROID_BENCH_ROOT"
"echo $DROID_BENCH_ROOT"
install: mvn clean verify -DskipTests=true -B -q
script: mvn clean verify -B -q
sudo: false