diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..4f0fe45 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: android +android: + components: + - platform-tools + - tools + - build-tools-23.0.3 + - android-23 + +script: + - ./gradlew build assembleRelease \ No newline at end of file