Reflected version update on Travis

This commit updates Travis configuration file to reflect changes of update Gradle build file.
pull/130/head
moliata 7 years ago committed by GitHub
parent 496c21c3f1
commit 288330a663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .travis.yml

@ -24,9 +24,9 @@ android:
components: components:
- tools - tools
- platform-tools - platform-tools
- build-tools-26.0.1 - build-tools-27.0.1
- android-26 - android-27
- doc-26 - doc-27
install: install:
# Setup # Setup
@ -83,4 +83,4 @@ deploy:
skip_cleanup: true skip_cleanup: true
on: on:
branch: master branch: master
tags: true tags: true

Loading…
Cancel
Save