Skip to content

Commit

Permalink
Merge pull request #1217 from MikaelSmith/fix-cmake
Browse files Browse the repository at this point in the history
(maint) Update cmake URL but ignore certificate
  • Loading branch information
branan committed Nov 4, 2015
2 parents 29d8af6 + 3b8d9df commit 856822f
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 @@ -24,7 +24,7 @@ before_install:
# Use a predefined install location; cppcheck requires the cfg location is defined at compile-time.
- mkdir -p $USERDIR
# grab a pre-built cmake 3.2.3
- wget http://www.cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.tar.gz
- wget --no-check-certificate https://cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.tar.gz
- tar xzvf cmake-3.2.3-Linux-x86_64.tar.gz --strip 1 -C $USERDIR
# Install dependencies of facter
- wget https://s3.amazonaws.com/kylo-pl-bucket/yaml-cpp-0.5.1_install.tar.bz2
Expand Down

0 comments on commit 856822f

Please sign in to comment.