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

Commit

Permalink
only keep android lint to test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmswindmill committed Jul 30, 2019
1 parent 084777c commit 5a22656
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .travis.yml
Expand Up @@ -11,30 +11,30 @@ matrix:
# - env: TEST_SUITE=jsfm
# - env: TEST_SUITE=ios
# language: objective-c
# - env: TEST_SUITE=android ABI=armeabi-v7a
# language: android
# dist: trusty
# jdk: oraclejdk8
# android:
# components:
# - android-26
# - extra-android-m2repository
# - env: TEST_SUITE=android ABI=arm64-v8a
# language: android
# dist: trusty
# jdk: oraclejdk8
# android:
# components:
# - android-26
# - extra-android-m2repository
# - env: TEST_SUITE=android ABI=x86
# language: android
# dist: trusty
# jdk: oraclejdk8
# android:
# components:
# - android-26
# - extra-android-m2repository
- env: TEST_SUITE=android ABI=armeabi-v7a
language: android
dist: trusty
jdk: oraclejdk8
android:
components:
- android-26
- extra-android-m2repository
- env: TEST_SUITE=android ABI=arm64-v8a
language: android
dist: trusty
jdk: oraclejdk8
android:
components:
- android-26
- extra-android-m2repository
- env: TEST_SUITE=android ABI=x86
language: android
dist: trusty
jdk: oraclejdk8
android:
components:
- android-26
- extra-android-m2repository
# static check
# - env: TEST_SUITE=static_code_analysis OCLINT=true
# osx_image: xcode7.2
Expand Down

0 comments on commit 5a22656

Please sign in to comment.