aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSam Judd <judds@google.com>2014-06-25 17:40:38 -0700
committerSam Judd <judds@google.com>2014-06-25 19:07:30 -0700
commit5166e0e9cce71ae4d515355ea2c3ac68ec830157 (patch)
treeacb96955651015f9847788076c456a67720ef3cf /.travis.yml
parentcf1e05bf226ce4e7a510a5f7cac0661b9b2e90e9 (diff)
downloadglide-5166e0e9cce71ae4d515355ea2c3ac68ec830157.tar.gz
Add travis ci yml file and move install_deps
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..f1f82773
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+language: android
+android:
+ components:
+ - build-tools-19.1.0
+
+script: 'travis_retry ./gradlew clean build'