Skip to content

Commit

Permalink
Update before_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Aug 4, 2017
1 parent 70f02f0 commit 65ce57c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .ci/travis/linux/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ SETUP_OSGEO4W_PID=$!

mkdir /home/travis/osgeo4travis

# other dependencies live in a cached folder
pushd depcache
# Download newer version of cmake than in the repository
[[ -f cmake-3.5.0-Linux-x86_64.tar.gz ]] || curl -s -S -O https://cmake.org/files/v3.5/cmake-3.5.0-Linux-x86_64.tar.gz
tar --strip-components=1 -zx -f cmake-3.5.0-Linux-x86_64.tar.gz -C /home/travis/osgeo4travis


wait $SETUP_OSGEO4W_PID

Expand Down

0 comments on commit 65ce57c

Please sign in to comment.