try another path for travis

This commit is contained in:
Julian Dolby 2015-02-27 23:04:19 -05:00
parent 1816ee9744
commit d3a36edcb7
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ language: java
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- pushd /tmp
- "pushd /tmp"
- "git clone https://github.com/secure-software-engineering/DroidBench.git"
- popd
- "popd"
install: mvn clean verify -DskipTests=true -B -q
script: mvn clean verify -B -q
sudo: false