Skip to content

Commit

Permalink
Fix travis build (#414)
Browse files Browse the repository at this point in the history
* Fix travisCI build issue in wget.

* Fix travisCI build for ca-cert
  • Loading branch information
shanmsac authored Feb 7, 2022
1 parent 259f91f commit 03e808b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ matrix:
- sudo apt-get install -y ca-certificates
- sudo apt-get install python3
- sudo apt-get -y install python3-pip
- sudo apt-get install wget
- pip3 --version
- pip3 install --user awscli
- mkdir -p ~/.aws
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function _curl {
}

cd $INSTALL_DIR
wget -P $INSTALL_DIR $CA_CERT
wget -P --no-check-certificate $INSTALL_DIR $CA_CERT

function conf {
if [[ "$OSTYPE" == "darwin"* ]]; then
Expand Down

0 comments on commit 03e808b

Please sign in to comment.