From: Thomas Müller Date: Thu, 13 Mar 2014 10:25:47 +0000 (+0100) Subject: move setup_env.sh to before_install X-Git-Tag: oc-android-1.5.5~12^2~1 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/42cfc93469e051e5cf4443fa0230fbd20547c70e?ds=inline;hp=-c move setup_env.sh to before_install --- 42cfc93469e051e5cf4443fa0230fbd20547c70e diff --git a/.travis.yml b/.travis.yml index 73319f4a..950f7b0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,12 +12,12 @@ before_install: - echo no | android create avd --force -n test -t android-16 --abi armeabi-v7a - emulator -avd test -no-skin -no-audio -no-window & - rm pom.xml + - ./setup_env.sh before_script: - wait_for_emulator script: - - ./setup_env.sh - ant clean - ant debug