diff options
author | zeapo <mohamed@zenadi.com> | 2014-10-22 23:15:24 +0200 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-10-22 23:15:24 +0200 |
commit | 9aea6560b0b66285c7c1c47fed828c22514d9e2b (patch) | |
tree | 2e24fc1f75a7f47459d9955cc4c96a4b935b5420 /.travis.yml | |
parent | 2e7f55034cc9d89a2fe7359c16a09b64fc8de24e (diff) |
Corrects issue where list was stacked again and again + clean up
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 278d7a93..d53e56a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,10 +7,10 @@ android: # - tools # The BuildTools version used by your project - - build-tools-19.1.0 + - build-tools-21.0.1 # The SDK version used to compile your project - - android-19 + - android-21 # Additional components - extra-google-m2repository @@ -18,5 +18,4 @@ android: # Specify at least one system image, # if you need to run emulator(s) during your tests - - sys-img-armeabi-v7a-android-19 - - sys-img-x86-android-17 + # - sys-img-x86-android-21 |