summaryrefslogtreecommitdiffstats
path: root/.travis-deps.sh
diff options
context:
space:
mode:
authorarchshift <gh@archshift.com>2015-11-04 02:28:24 +0100
committerarchshift <gh@archshift.com>2015-11-04 02:28:24 +0100
commit2fd4f6f1542b2ccd688fee802cf2a0601f582f41 (patch)
tree9ae14453fbb0fa541d6b6a4204f5a5e6fad5be2d /.travis-deps.sh
parentMerge pull request #1165 from esoteric-programmer/master (diff)
downloadyuzu-2fd4f6f1542b2ccd688fee802cf2a0601f582f41.tar
yuzu-2fd4f6f1542b2ccd688fee802cf2a0601f582f41.tar.gz
yuzu-2fd4f6f1542b2ccd688fee802cf2a0601f582f41.tar.bz2
yuzu-2fd4f6f1542b2ccd688fee802cf2a0601f582f41.tar.lz
yuzu-2fd4f6f1542b2ccd688fee802cf2a0601f582f41.tar.xz
yuzu-2fd4f6f1542b2ccd688fee802cf2a0601f582f41.tar.zst
yuzu-2fd4f6f1542b2ccd688fee802cf2a0601f582f41.zip
Diffstat (limited to '')
-rwxr-xr-x.travis-deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis-deps.sh b/.travis-deps.sh
index 5c530dcb9..504edbcdf 100755
--- a/.travis-deps.sh
+++ b/.travis-deps.sh
@@ -9,7 +9,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
export CXX=g++-4.9
mkdir -p $HOME/.local
- curl http://www.cmake.org/files/v2.8/cmake-2.8.11-Linux-i386.tar.gz \
+ curl -L http://www.cmake.org/files/v2.8/cmake-2.8.11-Linux-i386.tar.gz \
| tar -xz -C $HOME/.local --strip-components=1
(