From bd8d0c3805a3b670428e8dc556462b8beb836d18 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 23 Apr 2018 10:28:42 +0200 Subject: [PATCH] Get the dependencies archive using the correct new name scheme. Now that we are compiling to ios, deendencies archive names have TRAVIS_OS_NAME included. --- travis/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/install_deps.sh b/travis/install_deps.sh index 1ed9d0c..c658762 100755 --- a/travis/install_deps.sh +++ b/travis/install_deps.sh @@ -3,7 +3,7 @@ set -e REPO_NAME=${TRAVIS_REPO_SLUG#*/} -ARCHIVE_NAME=deps_${PLATFORM}_${REPO_NAME}.tar.gz +ARCHIVE_NAME=deps_${TRAVIS_OS_NAME}_${PLATFORM}_${REPO_NAME}.tar.gz # Packages. case ${PLATFORM} in