Skip to content

Commit

Permalink
[Tests] travis-ci: fix SSL
Browse files Browse the repository at this point in the history
Hopefully fixes iojs.org issues with LetsEncrypt expiration; this is
travis-ci's suggestion
  • Loading branch information
ljharb committed Oct 6, 2021
1 parent 2bda9fd commit f065db0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ cache:
- $TRAVIS_BUILD_DIR/.cache
- $TRAVIS_BUILD_DIR/node_modules
before_install:
- sudo sed -i 's/mozilla\/DST_Root_CA_X3.crt/!mozilla\/DST_Root_CA_X3.crt/g' /etc/ca-certificates.conf
- sudo update-ca-certificates -f
- sudo apt update && sudo apt install libgnutls-openssl27 libgnutls30 && sudo apt-get update && sudo apt-get install apt-transport-https ca-certificates -y && sudo update-ca-certificates
- $SHELL --version 2> /dev/null || dpkg -s $SHELL 2> /dev/null || which $SHELL
- curl --version
- wget --version
Expand Down

0 comments on commit f065db0

Please sign in to comment.