From 875ac5b17d610d5874133fd07d91bf7fc00b70b6 Mon Sep 17 00:00:00 2001 From: Evegeny Vereshchagin Date: Mon, 4 Jun 2018 03:08:49 +0000 Subject: travis: use Fedora 27 --- .travis.yml | 2 +- travis-ci/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3d23d5fd7c..01a31bf4f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,7 @@ jobs: # Specify the order of stages and conditions stages: - name: coverity scan - if: type = cron + if: type != cron env: global: diff --git a/travis-ci/Dockerfile b/travis-ci/Dockerfile index 9554fcfc21..19dcac2ce9 100644 --- a/travis-ci/Dockerfile +++ b/travis-ci/Dockerfile @@ -2,7 +2,7 @@ ## This container runs as non-root user by deafult # Use the latest stable version of fedora -FROM fedora:latest +FROM fedora:27 # Demand the specification of non-root username ARG DOCKER_USER -- cgit v1.2.1