diff options
author | Camil Staps | 2015-08-05 14:38:16 +0200 |
---|---|---|
committer | Camil Staps | 2015-08-05 14:38:16 +0200 |
commit | c35f249b524ed939c7127da06644d7f87da2bc50 (patch) | |
tree | e7d0565e81f1891e0e6bc52c152de237ad14bcf3 | |
parent | Updated appcompat (diff) |
Remove emulators
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 4562817..4f97831 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,5 +21,5 @@ 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-armeabi-v7a-android-19 + #- sys-img-x86-android-17 |