aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-03-24 13:47:59 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-03-24 14:05:42 +0100
commit2fda47f25899fe4ce453dcda3e1d51af1ded7443 (patch)
treeed0e3bea10caf8d537516ca24baa83aa9ccae17f
parent27f4d5ea74a2ad2cd629f80ea411ac02060657ba (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> (cherry picked from commit 838fc2ffe26f06cb11455145b7e73c452e85c15d)
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ea5bc271..460b0575 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: