Update .travis.yml

This commit is contained in:
Martin Kroeker 2021-09-05 17:13:41 +02:00 committed by GitHub
parent a555153383
commit 5e7eaff3ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# XXX: Precise is already deprecated, new default is Trusty. # XXX: Precise is already deprecated, new default is Trusty.
# https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming # https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming
dist: precise dist: focal
sudo: true sudo: true
language: c language: c