diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-06-13 09:15:00 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-06-19 10:44:11 -0400 |
commit | fa05f44893d228f672f39436d0cb6b3376f81ac2 (patch) | |
tree | d52862898abd1833ad08c1e72284897284b9854c /.travis.yml | |
parent | fad67208914e5a74b64f4cc018368902ef3a2e9b (diff) |
ci: Upgrade most ci configs to focal
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5b71619a45..9ab2227116 100644 --- a/.travis.yml +++ b/.travis.yml @@ -112,7 +112,7 @@ jobs: FILE_ENV="./ci/test/00_setup_env_native_fuzz.sh" - stage: test - name: 'x86_64 Linux [GOAL: install] [bionic] [multiprocess]' + name: 'x86_64 Linux [GOAL: install] [focal] [multiprocess]' env: >- FILE_ENV="./ci/test/00_setup_env_native_multiprocess.sh" |