diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-24 13:47:59 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-24 14:05:19 +0100 |
commit | 838fc2ffe26f06cb11455145b7e73c452e85c15d (patch) | |
tree | 5af71de7e38fdc7bbadda85d9b2bae285774d9ec | |
parent | 2961c5299bf6efb95566fda6c79dd743352f6bd8 (diff) |
Fix manifest-tool builds
It now selects the last release to allow compiling it [1]
[1] https://travis-ci.org/collivier/functest-xtesting/jobs/510384544
Change-Id: I4fdff1df75f39b3b2bc70c3ee9c9910adbe9f0ff
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b713feae..20f4dd45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ before_script: - sudo apt-get -y install qemu-user-static - 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: |