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

15 lines
281 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
components:
- build-tools-21.1.1
- android-21
# Additional components
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
- addon-google_apis-google-21
2015-01-24 23:39:50 +01:00
before_install:
- chmod +x gradlew