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 7
Browse files Browse the repository at this point in the history
  • Loading branch information
wrmswindmill committed Jul 30, 2019
1 parent 392c836 commit 1e5f1a6
Showing 1 changed file with 37 additions and 26 deletions.
63 changes: 37 additions & 26 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,41 @@ node_js: 12.6.0
matrix:
fast_finish: true
include:
- 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
# format code using clang-format
# - env: TEST_SUITE=code_format
# language: ruby
# - env: TEST_SUITE=danger
# - 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
# static check
# - env: TEST_SUITE=static_code_analysis OCLINT=true
# osx_image: xcode7.2
# language: objective-c
- env: TEST_SUITE=static_code_analysis ANDROID_LINT=true
language: android
dist: trusty
Expand All @@ -51,8 +62,8 @@ before_cache:
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
- rm -fr $HOME/node_modules/*

# before_install:
# - |
before_install:
- |
# # install oclint
# if [[ ("$TEST_SUITE" = "static_code_analysis") && ("${OCLINT}" = "true") ]]; then
# brew cask uninstall oclint
Expand Down

0 comments on commit 1e5f1a6

Please sign in to comment.