You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CameraView/.travis.yml

26 lines
318 B

language: android
branches:
only:
- master
sudo: false
jdk:
- oraclejdk8
android:
components:
- tools
- platform-tools
- build-tools-26.0.1
- android-26
- doc-26
deploy:
provider: script
script: ./gradlew bintrayUpload
skip_cleanup: true
on:
branch: master
tags: true