Explorar o código

move setup_env.sh to before_install

Thomas Müller %!s(int64=11) %!d(string=hai) anos
pai
achega
42cfc93469
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.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