From 83b4d4cfeaecc3b08458dc94593aa6b36fcb5ae1 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Wed, 10 May 2017 18:18:00 +1000 Subject: travis: stop allowing fedora24 and fedora25 to fail They've been really reliable for a while now, so let's switch to not ignoring any failures there (when introduced, there were some problems with the fedora mirrors that could cause spurious failures) Signed-off-by: Stewart Smith --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 992936c..3f1c4fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,6 @@ env: matrix: allow_failures: - - env: RUN_ON_CONTAINER=fedora24 - - env: RUN_ON_CONTAINER=fedora25 - env: RUN_ON_CONTAINER=fedora-rawhide sudo: required -- cgit v1.1