fix yaml syntax

This commit is contained in:
Julian Dolby 2015-02-27 22:13:22 -05:00
parent c6e86b7d83
commit af2fd1bf7d
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ 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