summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvegeny Vereshchagin <evvers@ya.ru>2018-06-04 03:08:49 +0000
committerEvegeny Vereshchagin <evvers@ya.ru>2018-06-04 03:08:49 +0000
commit875ac5b17d610d5874133fd07d91bf7fc00b70b6 (patch)
tree1d3699f3155a4c9d8fbee2549a66981bc4166303
parent707fe958b72c2bed8d154a38c697e61f9469421c (diff)
downloadsystemd-gcc-hypothesis.tar.gz
travis: use Fedora 27gcc-hypothesis
-rw-r--r--.travis.yml2
-rw-r--r--travis-ci/Dockerfile2
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