Unverified Commit 3ee55651 authored by Mustaque Ahmed's avatar Mustaque Ahmed Committed by GitHub
Browse files

ci: upgrade `trusty` to `focal` ubuntu version in travis ci (#626)


* upgrade `trusty` to `focal` ubuntu version

* add command to install 3.6.3 py env

* update py version to 3.6.10
Co-authored-by: default avatarYishay Mendelsohn <myishay@gmail.com>
parent 089c0dfa
Showing with 3 additions and 2 deletions
+3 -2
......@@ -2,10 +2,11 @@ language: go
go:
- "1.18"
dist: trusty
dist: focal
before_script:
- pyenv global 3.6
- pyenv install 3.6.10
- pyenv global 3.6.10
- pip install -U pip
- pip install --user awscli
- aws --version
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment