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

10 lines
138 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-25 12:06:29 +01:00
2015-01-25 16:49:16 +01:00
before_script:
- echo yes | android update sdk -u -a -t 'android-14'
2015-01-25 12:14:24 +01:00
script:
- ./gradlew build