[Skiboot] [PATCH] travis: allow failures of fedora24
Stewart Smith
stewart at linux.vnet.ibm.com
Tue Nov 8 17:34:58 AEDT 2016
Because Fedora repositories are unreliable and we often get:
Error: Failed to synchronize cache for repo 'updates'
:(
Signed-off-by: Stewart Smith <stewart at linux.vnet.ibm.com>
---
.travis.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index a0fe33e..87e4ec2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,9 @@ env:
# via the "travis encrypt" command using the project repo's public key
secure: "MpNEGFa1VrF/vsQq24n5UgfRbz1wVC6B8mubFnyK4gX0IuQ9xhWuTzMLUQF9UJxe5jnC2DTmVUvYTYN/hggw+PpYwbOOAE0QGR5pmPHA4PSRmc5pxt1q18/sv7EPFw66GFyWJq94nWjpigyKQ8KGtA67j1xFqrDoS43OA76WZgo="
+matrix:
+ allow_failures:
+ - env: RUN_ON_CONTAINER=fedora24
sudo: required
services: docker
--
2.7.4
More information about the Skiboot
mailing list