Loading .travis.yml +4 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,10 @@ android: components: - build-tools-22.0.1 - android-19 branches: only: - master before_install: - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 20M Loading Loading
.travis.yml +4 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,10 @@ android: components: - build-tools-22.0.1 - android-19 branches: only: - master before_install: - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 20M Loading