Skip to content

Commit

Permalink
update ubuntu to 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
MainRo committed Oct 23, 2020
1 parent 2c59c18 commit 68d0d64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -3,7 +3,7 @@ matrix:

- name: "Python 3.6 on Linux"
os: linux
dist: xenial
dist: focal
language: python
python: 3.6
service:
Expand All @@ -14,7 +14,7 @@ matrix:

- name: "Python 3.7 on Linux"
os: linux
dist: xenial
dist: focal
language: python
python: 3.7
service:
Expand All @@ -25,7 +25,7 @@ matrix:

- name: "Python 3.8 on Linux"
os: linux
dist: xenial
dist: focal
language: python
python: 3.8
service:
Expand All @@ -36,7 +36,7 @@ matrix:

- name: "Python 3.8 on Linux, with optional dependencies and benchmark"
os: linux
dist: xenial
dist: focal
language: python
python: 3.8
service:
Expand Down

0 comments on commit 68d0d64

Please sign in to comment.