This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
tueroeffner/.travis.yml

16 lines
521 B
YAML
Raw Normal View History

2015-01-24 23:39:50 +01:00
language: android
2015-01-24 23:44:20 +01:00
jdk: oraclejdk7
2015-01-24 23:52:46 +01:00
2015-01-24 23:44:20 +01:00
components:
2015-01-25 00:04:48 +01:00
- build-tools-21.1.2
- android-21
2015-01-25 11:16:13 +01:00
- extra-android-support
- extra-google-m2repository
- extra-android-m2repository
2015-01-25 11:29:08 +01:00
2015-01-25 11:47:06 +01:00
before_script:
- echo yes | android update sdk --no-ui -f
- ls -l /usr/local/android-sdk/extras/android/m2repository/com/android/support/
- ls -l /usr/local/android-sdk/extras/android/m2repository/com/android/support/appcompat-v7/
- ls -l /usr/local/android-sdk/extras/android/m2repository/com/android/support/appcompat-v7/21.0.3/