diff options
author | Richard Hughes <richard@hughsie.com> | 2020-01-06 11:06:36 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2020-01-06 11:14:34 +0000 |
commit | 8aecf2f9c0cca1508ec0c2ea8219020dac67f9fb (patch) | |
tree | aabfa8e584455b7e607171468469a57ac3f20c60 /.travis.yml | |
parent | 953c8e529d7291e60a95e580967ed79ce2c9ccf0 (diff) | |
download | appstream-glib-8aecf2f9c0cca1508ec0c2ea8219020dac67f9fb.tar.gz |
Update the Fedora CI to F31
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 0dcc31f..d1d15ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,9 @@ services: - docker before_script: - - docker build -t appstream-glib-fedora-29 -f contrib/ci/Dockerfile-fedora-29 . + - docker build -t appstream-glib-fedora -f contrib/ci/Dockerfile-fedora . - docker build -t appstream-glib-debian-buster -f contrib/ci/Dockerfile-debian-buster . script: - - docker run -t -v `pwd`:/build appstream-glib-fedora-29 ./contrib/ci/build_and_test.sh -Drpm=true -Ddep11=false + - docker run -t -v `pwd`:/build appstream-glib-fedora ./contrib/ci/build_and_test.sh -Drpm=true -Ddep11=false - docker run -t -v `pwd`:/build appstream-glib-debian-buster ./contrib/ci/build_and_test.sh -Drpm=false -Ddep11=true |