Skip to content

Commit

Permalink
use wget --no-check-certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
gaede committed Jun 26, 2018
1 parent 9f1d17a commit 676ec1a
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 @@ -12,7 +12,7 @@ env:
- COMPILER=llvm

before_install:
- wget https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest_all.deb
- wget --no-check-certificate https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest_all.deb
- sudo dpkg -i cvmfs-release-latest_all.deb
- sudo apt-get update
- sudo apt-get install cvmfs cvmfs-config-default
Expand Down

0 comments on commit 676ec1a

Please sign in to comment.