diff --git a/.travis.yml b/.travis.yml index a2e53bda..44bc27dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/bootstrap.sh b/bootstrap.sh index 9d878a5e..2b7790bb 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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