Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelheilmann committed Sep 23, 2017
1 parent 1c555e1 commit 749cd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ install:
CMAKE_URL="https://cmake.org/files/v3.9/cmake-3.9.3.tar.gz"
mkdir -p cmake
cd cmake
wget --no-check-certificate -O - -q "https://cmake.org/files/v3.9/cmake-3.9.3.tar.gz" | tar xvz --strip-components=1 -f -
wget --no-check-certificate -O - -q "https://cmake.org/files/v3.9/cmake-3.9.3.tar.gz" | tar xsz --strip-components=1 -f -
cd ..
export PATH="${DEPS_DIR}/cmake/bin:${PATH}"
Expand Down

0 comments on commit 749cd4c

Please sign in to comment.