Merge pull request #198 from kiwix/use_correct_dep_archive

Use new xz archive.
This commit is contained in:
Matthieu Gautier 2019-02-19 14:05:08 +01:00 committed by GitHub
commit a7a0798f99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -e set -e
REPO_NAME=${TRAVIS_REPO_SLUG#*/} REPO_NAME=${TRAVIS_REPO_SLUG#*/}
ARCHIVE_NAME=deps_${TRAVIS_OS_NAME}_${PLATFORM}_${REPO_NAME}.tar.gz ARCHIVE_NAME=deps_${TRAVIS_OS_NAME}_${PLATFORM}_${REPO_NAME}.tar.xz
# Ninja # Ninja
cd $HOME cd $HOME