diff --git a/.travis.yml b/.travis.yml index 0f9ea01022..56896d08a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -101,7 +101,7 @@ branches: before_install: - docker run --rm --privileged vicamo/binfmt-qemu:bionic - cat /proc/sys/fs/binfmt_misc/qemu-* -- sudo git clone --depth 1 https://github.com/vicamo/docker_debuerreotype.git "${TRAVIS_BUILD_DIR%${TRAVIS_REPO_SLUG}}/debuerreotype" +- sudo git clone --depth 1 -b for-myself/allow-specifying-qemu-suite https://github.com/vicamo/docker_debuerreotype.git "${TRAVIS_BUILD_DIR%${TRAVIS_REPO_SLUG}}/debuerreotype" - ln -sf "${TRAVIS_BUILD_DIR%${TRAVIS_REPO_SLUG}}/debuerreotype/build.sh" ./mkimage.sh script: