summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2020-01-06 11:06:36 +0000
committerRichard Hughes <richard@hughsie.com>2020-01-06 11:14:34 +0000
commit8aecf2f9c0cca1508ec0c2ea8219020dac67f9fb (patch)
treeaabfa8e584455b7e607171468469a57ac3f20c60
parent953c8e529d7291e60a95e580967ed79ce2c9ccf0 (diff)
downloadappstream-glib-8aecf2f9c0cca1508ec0c2ea8219020dac67f9fb.tar.gz
Update the Fedora CI to F31
-rw-r--r--.travis.yml4
-rw-r--r--contrib/ci/Dockerfile-fedora (renamed from contrib/ci/Dockerfile-fedora-29)2
2 files changed, 3 insertions, 3 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
diff --git a/contrib/ci/Dockerfile-fedora-29 b/contrib/ci/Dockerfile-fedora
index ec0b3fd..ba97da5 100644
--- a/contrib/ci/Dockerfile-fedora-29
+++ b/contrib/ci/Dockerfile-fedora
@@ -1,4 +1,4 @@
-FROM fedora:29
+FROM fedora:31
RUN dnf -y update
RUN dnf -y install \