try dist 20.04
This commit is contained in:
parent
7d0c6a18eb
commit
97fc171114
1 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ language: python
|
||||||
python:
|
python:
|
||||||
- "3.8"
|
- "3.8"
|
||||||
|
|
||||||
dist: xenial
|
dist: focal
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|
@ -15,8 +15,8 @@ git:
|
||||||
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update
|
#- sudo apt-get update
|
||||||
- sudo apt-get install python3
|
#- sudo apt-get install python3
|
||||||
- source $TRAVIS_BUILD_DIR/install.sh
|
- source $TRAVIS_BUILD_DIR/install.sh
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue