language: java before_install: - bash android_install.sh $COMPONENTS script: - ./gradlew test after_success: - ./gradlew jacocoTestReport coveralls