From d4d06a6c11aa3cca8f5cbca2937b075acda66b6f Mon Sep 17 00:00:00 2001 From: Jay MOULIN Date: Sat, 9 Feb 2019 20:02:14 +0100 Subject: [PATCH] fixes manifest compiler --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bbeea4e..c1f65ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ services: before_install: - sudo apt update && sudo apt install make -y - - git clone https://github.com/estesp/manifest-tool && cd manifest-tool && sudo make && sudo make install && cd .. && rm -Rf manifest-tool + - git clone https://github.com/estesp/manifest-tool && cd manifest-tool && git checkout v0.9.0 && sudo make && sudo make install && cd .. && rm -Rf manifest-tool - docker run --rm --privileged multiarch/qemu-user-static:register - sudo apt install -y qemu qemu-user-static qemu-user binfmt-support