Skip to content

Commit

Permalink
An attempt to fix Travis CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep committed Feb 8, 2016
1 parent 92f589e commit da39205
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Expand Up @@ -3,19 +3,24 @@ sudo: false
jdk: oraclejdk7
env:
matrix:
- ANDROID_TARGET=android-23 ANDROID_ABI=armeabi-v7a ACDISPLAY_USE_TEST_KEY=true
- ANDROID_TARGET=android-22 ANDROID_ABI=armeabi-v7a ACDISPLAY_USE_TEST_KEY=true

android:
components:
- build-tools-23.0.0
- android-23
- platform-tools
- tools
- build-tools-22.0.1
- android-22
# Extras
- extra-android-m2repository
- extra-android-support
- extra-google-m2repository
# Emulator
- sys-img-armeabi-v7a-android-22

licenses:
- '.+'

before_script:
# Move to project folder before build
- cd project/
Expand Down

0 comments on commit da39205

Please sign in to comment.