From ad2941453a13d7a5eb21e46885074b258e913655 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Mon, 2 May 2016 18:11:38 +0200 Subject: [PATCH] Use the right V8 version in the wget URL. --- Installation/travisCI/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Installation/travisCI/build.sh b/Installation/travisCI/build.sh index 942dfd5ff3..a99bfd3f06 100755 --- a/Installation/travisCI/build.sh +++ b/Installation/travisCI/build.sh @@ -4,9 +4,11 @@ set -e echo echo "$0: loading precompiled libraries" +V8_VERSION=`/bin/ls 3rdParty/V8/|grep V8 |sed "s;V8-;;"` + wget \ -O 3rdParty.tar.gz \ - "https://www.arangodb.com/support-files/travisCI/precompiled-libraries-4.9.391.tar.gz" + "https://www.arangodb.com/support-files/travisCI/precompiled-libraries-${V8_VERSION}.tar.gz" tar xzf 3rdParty.tar.gz