Loading .travis.yml +0 −2 Original line number Diff line number Diff line Loading @@ -13,8 +13,6 @@ branches: before_install: - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 20M - echo yes | android update sdk --filter extra-android-support --no-ui --force > /dev/null - echo yes | android update sdk --filter extra-android-m2repository --no-ui --force > /dev/null - emulator -avd test -no-skin -no-audio -no-window & - rm pom.xml - android update project -p . Loading Loading
.travis.yml +0 −2 Original line number Diff line number Diff line Loading @@ -13,8 +13,6 @@ branches: before_install: - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 20M - echo yes | android update sdk --filter extra-android-support --no-ui --force > /dev/null - echo yes | android update sdk --filter extra-android-m2repository --no-ui --force > /dev/null - emulator -avd test -no-skin -no-audio -no-window & - rm pom.xml - android update project -p . Loading