[Skiboot] [PATCH] travis: stop allowing fedora24 and fedora25 to fail

Stewart Smith stewart at linux.vnet.ibm.com
Wed May 10 18:18:00 AEST 2017


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 <stewart at linux.vnet.ibm.com>
---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 992936c69189..3f1c4fb4180c 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
-- 
2.9.3



More information about the Skiboot mailing list