Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
Missed file
Browse files Browse the repository at this point in the history
  • Loading branch information
g4s8 committed Mar 3, 2017
1 parent fca3580 commit d059d3d
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
language: 'android'

android:
components:
- 'tools'
- 'build-tools-25.0.2'
- 'android-25'

jdk:
- 'oraclejdk8'

script:
- './gradlew clean build'

before_cache:
- 'rm -f $HOME/.gradle/caches/modules-2/modules-2.lock'
- 'rm -fr $HOME/.gradle/caches/*/plugin-resolution/'

cache:
directories:
- '$HOME/.gradle/caches/'
- '$HOME/.gradle/wrapper/'

#after_success:
# - './gradlew jacocoReport'
# - 'bash <(curl -s https://codecov.io/bash)'
#
#deploy:
# provider: 'script'
# script: './gradlew bintrayUpload'
# skip_cleanup: true
# on:
# tags: true

0 comments on commit d059d3d

Please sign in to comment.