diff options
author | Sam Whited <sam@samwhited.com> | 2015-01-04 10:43:15 -0500 |
---|---|---|
committer | Sam Whited <sam@samwhited.com> | 2015-01-04 10:43:15 -0500 |
commit | 92f4b7161b28c8af01b47a8e1590e025bd20f314 (patch) | |
tree | b0b70ce7e59435e922ce30a75a5079676a625133 /.travis.yml | |
parent | 0d6d09b7e97709f0978a5527454ab6bbd9ad9443 (diff) |
Add travis config
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..cb01fd95 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: android +android: + components: + - platform-tools + - tools + - build-tools-19.1.0 + - android-19 |