summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2019-11-28 18:51:13 +0000
committerRichard Hughes <richard@hughsie.com>2019-12-03 16:16:17 +0000
commit9eaa1138f55be396d3a19f2e6e2175fd9307cefc (patch)
tree96eb0ee492fe16c1751502d5815f609d355c74a9
parent43b327a1e213aff00833842c455a796a068077cd (diff)
downloadgusb-9eaa1138f55be396d3a19f2e6e2175fd9307cefc.tar.gz
trivial: Move the CI to Fedora 31
-rw-r--r--.travis.yml8
-rw-r--r--contrib/ci/Dockerfile-fedora (renamed from contrib/ci/Dockerfile-fedora-26)2
2 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index d57e8a3..36044cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,9 +6,9 @@ services:
- docker
before_script:
- - docker build -t appstream-glib-fedora-26 -f contrib/ci/Dockerfile-fedora-26 .
-# - docker build -t appstream-glib-debian-stretch -f contrib/ci/Dockerfile-debian-stretch .
+ - docker build -t gusb-fedora -f contrib/ci/Dockerfile-fedora .
+# - docker build -t gusb-debian-stretch -f contrib/ci/Dockerfile-debian-stretch .
script:
- - docker run -t -v `pwd`:/build appstream-glib-fedora-26 ./contrib/ci/build_and_test.sh -Dtests=false
-# - docker run -t -v `pwd`:/build appstream-glib-debian-stretch ./contrib/ci/build_and_test.sh -Dtests=false
+ - docker run -t -v `pwd`:/build gusb-fedora ./contrib/ci/build_and_test.sh -Dtests=false
+# - docker run -t -v `pwd`:/build gusb-debian-stretch ./contrib/ci/build_and_test.sh -Dtests=false
diff --git a/contrib/ci/Dockerfile-fedora-26 b/contrib/ci/Dockerfile-fedora
index 81b0a9c..90ee09a 100644
--- a/contrib/ci/Dockerfile-fedora-26
+++ b/contrib/ci/Dockerfile-fedora
@@ -1,4 +1,4 @@
-FROM fedora:26
+FROM fedora:31
RUN dnf -y update
RUN dnf -y install \