From 35f5ae5147f55920b027f4c47a606c5c84014b79 Mon Sep 17 00:00:00 2001
From: "David A. Velasco" <dvelasco@solidgear.es>
Date: Mon, 21 Apr 2014 15:05:37 +0200
Subject: [PATCH] Added drive to emulator to allow downloads in tests

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 3f5bec25..f96eea0b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ before_install:
 - curl -3L https://raw.github.com/embarkmobile/android-sdk-installer/version-1/android-sdk-installer
   | bash /dev/stdin --install=$COMPONENTS
 - source ~/.android-sdk-installer/env
-- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
+- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 20M
 - emulator -avd test -no-skin -no-audio -no-window &
 - rm pom.xml
 - android update project -p .