Fix manifest-tool builds 72/67372/4
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 24 Mar 2019 12:57:11 +0000 (13:57 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 24 Mar 2019 13:27:24 +0000 (14:27 +0100)
It now selects the last release to allow compiling it [1]

[1] https://travis-ci.org/collivier/functest-xtesting/jobs/510384544

Change-Id: If1c2c1d7bdcc5bc0a6a221dfe5f628b75f9d9608
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
.travis.yml

index 49dd91a..915f7a7 100644 (file)
@@ -8,6 +8,7 @@ before_script:
   - sudo pip install tox
   - sudo -E docker login -u="${DOCKER_USERNAME}" -p="${DOCKER_PASSWORD}"
   - (cd .. && git clone https://github.com/estesp/manifest-tool)
+  - (cd ../manifest-tool && git checkout v0.9.0)
   - (cd ../manifest-tool && sudo -E make && sudo -E make install)
 
 jobs: