Browse Source

Delete travis-ci support

pull/18/head
R4SAS 3 years ago committed by GitHub
parent
commit
ba2f1f6e97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 30
      .travis.yml

30
.travis.yml

@ -1,30 +0,0 @@ @@ -1,30 +0,0 @@
language: android
jdk: oraclejdk8
dist: trusty
android:
components:
- tools
- platform-tools
- build-tools-28.0.3
- android-29
before_script:
- export NDK_VERSION=r19c
- curl -L https://dl.google.com/android/repository/android-ndk-${NDK_VERSION}-linux-x86_64.zip -O
- unzip -q android-ndk-${NDK_VERSION}-linux-x86_64.zip
- export ANDROID_NDK_HOME=`pwd`/android-ndk-${NDK_VERSION}
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/
script:
- ./gradlew assembleDebug
notifications:
email: false
Loading…
Cancel
Save