Skip to content
Snippets Groups Projects
Commit f41b745b authored by Marek Vavruša's avatar Marek Vavruša
Browse files

travis: typo

parent 1f5a9cae
Branches
Tags
No related merge requests found
......@@ -23,7 +23,7 @@ if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
pip install -r ${PIP_PKGS}
if wget "${DEPEND_CACHE}" -o cache.tgz; then
echo "extracting prebuilt dependencies from ${DEPEND_CACHE}"
tar -x -C ${HOME} -f cache.tgz || true
tar -x -z -C ${HOME} -f cache.tgz || true
fi
fi
if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment