Skip to content

Commit

Permalink
Skip Android 6.0 on Travis CI (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Jul 31, 2018
1 parent 81f1437 commit 07d9a99
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
21 changes: 10 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,16 @@ matrix:
# - platform-tools
# - tools
# - build-tools-26.0.2
- env: PLATFORM=android-6.0
os: linux
language: android
jdk: oraclejdk8
android:
components:
- tools
- platform-tools
- tools
- build-tools-26.0.2
# TBD SKIP for now:
# - env: PLATFORM=android-6.0
# os: linux
# language: android
# jdk: oraclejdk8
# android:
# components:
# - tools
# - platform-tools
# - tools
# - build-tools-26.0.2
# - env: PLATFORM=android-7.0
# os: linux
# language: android
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ description: Open an in-app browser window.
|eslint|eslint|
||browser (chrome, firefox, edge)|
||iOS (9.3) on Xcode 7.3|
||Android (4.4, 6.0)|
||Android (4.4)|

# cordova-plugin-inappbrowser

Expand Down

0 comments on commit 07d9a99

Please sign in to comment.