echo root

This commit is contained in:
Julian Dolby 2015-02-26 13:33:36 -05:00
parent 5d263e4f3c
commit 4f1288a1e2
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +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"
install: mvn clean verify -DskipTests=true -B -q
script: mvn clean verify -B -q
sudo: false