Update .travis.yml

We need focal and openssl
This commit is contained in:
mustafa ergul 2022-05-02 14:35:59 +03:00 committed by GitHub
parent 1456ed0314
commit 46ba91dc75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
language: generic
dist: bionic
dist: focal
addons:
apt:
packages:
@ -16,9 +16,9 @@ cache:
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-get install -y bzip2 libreadline6 libreadline6-dev openssl
- sudo apt-get install -y bzip2 openssl
- $SHELL --version 2> /dev/null || dpkg -s $SHELL 2> /dev/null || which $SHELL
#- pyenv install "2.7.12" && pyenv global "2.7.12"
- pyenv install "2.7.12" && pyenv global "2.7.12"
- curl --version
- wget --version
- bash --version | head