Do a shallow clone of DroidBench

This should (very slightly) speed up build times.
This commit is contained in:
Manu Sridharan 2016-09-20 13:55:47 -07:00
parent e4101510a2
commit e21ee9f5cf
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "pushd /tmp"
- "git clone https://github.com/secure-software-engineering/DroidBench.git"
- "git clone --depth=1 https://github.com/secure-software-engineering/DroidBench.git"
- "popd"
- "mkdir -p $TRAVIS_BUILD_DIR/com.ibm.wala.dalvik.test/lib"
- "find /usr/local -name dx.jar -exec cp '{}' $TRAVIS_BUILD_DIR/com.ibm.wala.dalvik.test/lib/dx.jar ';'"