Skip to content

Commit c7a48bf

Browse files
committed
fixes manifest tool to a stable version
1 parent 1f04ed2 commit c7a48bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55

66
before_install:
77
- sudo apt update && sudo apt install make -y
8-
- git clone https://github.com/estesp/manifest-tool && cd manifest-tool && sudo make && sudo make install && cd .. && rm -Rf manifest-tool
8+
- 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
99
- docker run --rm --privileged multiarch/qemu-user-static:register
1010
- sudo apt install -y qemu qemu-user-static qemu-user binfmt-support
1111

0 commit comments

Comments
 (0)