diff options
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..4f147a61 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: android +android: + components: + - platform-tools + - tools + - build-tools-21.1.2 + - build-tools-19.1.0 + - android-21 + - extra-android-m2repository |