weknowhowyoufeel/.travis.yml
toby cabot d784ba9121 Tweak Travis build and README
We no longer need to explicitly download the SDK - gradle does it
automatically since we're using Android-standard .aar packaging.
2016-02-27 08:45:15 -05:00

12 lines
180 B
YAML

sudo: false
language: android
android:
components:
- tools
- build-tools-23.0.2
- android-23
- extra
- platform-tools
script:
- ./gradlew clean build test