Added travis CI build

This commit is contained in:
Abraham Kiggundu
2014-12-08 09:41:26 +00:00
parent 6cc864db2c
commit f591a22af8

12
.travis.yml Normal file
View File

@@ -0,0 +1,12 @@
language: android
android:
components:
- build-tools-19.0.2
- android-10
licenses:
- 'android-sdk-.*'
- '.*intel.+'
script:
- gradle build
notifications:
- email: false