Skip to content

Commit

Permalink
fix: travis: make sure to curl from https
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoopes committed Apr 21, 2021
1 parent a9edc11 commit a12b1d8
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 @@ -26,7 +26,7 @@ matrix:
- git

install:
- curl --connect-timeout 8 --retry 5 -O http://surfer.nmr.mgh.harvard.edu/pub/data/fspackages/prebuilt/centos7-packages.tar.gz
- curl --connect-timeout 8 --retry 5 -O https://surfer.nmr.mgh.harvard.edu/pub/data/fspackages/prebuilt/centos7-packages.tar.gz
- tar -xzf centos7-packages.tar.gz

script:
Expand Down

0 comments on commit a12b1d8

Please sign in to comment.