Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
xuweicheng committed Mar 30, 2018
1 parent e7f4a8b commit 6ab7b1f
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
language: android
jdk: oraclejdk8
sudo: false
android:
components:
- tools
Expand All @@ -9,17 +7,3 @@ android:
- android-27
- extra-android-m2repository
- extra-android-support
before_install:
- chmod +x gradlew

script:
- ./gradlew assembleRelease

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/
- $HOME/.android/build-cache

0 comments on commit 6ab7b1f

Please sign in to comment.