From dfa5e61f5e2a2809cfb5304e215b0e0b16ebb1d4 Mon Sep 17 00:00:00 2001 From: "David A. Velasco" Date: Wed, 16 Apr 2014 18:09:12 +0200 Subject: [PATCH] Fixed type and repeated variable in Travis script --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8480ec2d..c0681607 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ jdk: oraclejdk7 before_install: - sudo apt-get update -qq - sudo apt-get install -qq libstdc++6:i386 lib32z1 -- export COMPONENTS=build-tools-18.1.0,android-19,sysimg-19 - 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 @@ -12,7 +11,7 @@ before_install: - rm pom.xml - android update project -p . before_script: -- ./wait_for_emulator +- ./wait_for_emulator.sh script: - ant clean - ant debug