try javadoc

This commit is contained in:
Julian Dolby 2017-08-01 23:46:43 +00:00
parent e41ff85bbb
commit 93119c7ad4
1 changed files with 1 additions and 5 deletions

View File

@ -1,14 +1,11 @@
language: android language: android
jdk: jdk: oraclejdk8
- oraclejdk8
- oraclejdk7
addons: addons:
apt: apt:
packages: packages:
- realpath - realpath
- xvfb - xvfb
before_install: before_install:
- jdk_switcher use oraclejdk8
- git clone --depth=1 https://github.com/secure-software-engineering/DroidBench.git - git clone --depth=1 https://github.com/secure-software-engineering/DroidBench.git
/tmp/DroidBench /tmp/DroidBench
install: install:
@ -18,7 +15,6 @@ script:
- bash ./dependent-projects-trigger.sh $AUTH_TOKEN - bash ./dependent-projects-trigger.sh $AUTH_TOKEN
- mvn generate-sources - mvn generate-sources
- bash ./upload-javascript.sh $GH_TOKEN - bash ./upload-javascript.sh $GH_TOKEN
- jdk_switcher use oraclejdk7
- ./build-maven-jars.py "install -Dgpg.skip" - ./build-maven-jars.py "install -Dgpg.skip"
sudo: false sudo: false
cache: cache: