Skip to content

Commit

Permalink
fixes manifest compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Feb 9, 2019
1 parent 5fc9d11 commit d4d06a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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

Expand Down

0 comments on commit d4d06a6

Please sign in to comment.