Skip to content

Commit

Permalink
An attempt to fix Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep committed Feb 9, 2016
1 parent 47d703d commit 17103dd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -3,8 +3,11 @@ sudo: false
cache: false cache: false
jdk: oraclejdk7 jdk: oraclejdk7
env: env:
matrix: global:
- ANDROID_TARGET=android-23 ANDROID_ABI=armeabi-v7a ACDISPLAY_USE_TEST_KEY=true ADB_INSTALL_TIMEOUT=20 - ANDROID_TARGET=android-23
- ANDROID_ABI=armeabi-v7a
- ADB_INSTALL_TIMEOUT=20 # minutes (2 minutes by default)
- ACDISPLAY_USE_TEST_KEY=true


android: android:
components: components:
Expand Down

0 comments on commit 17103dd

Please sign in to comment.