diff mbox

travis: allow failures of fedora24

Message ID 1478586898-12889-1-git-send-email-stewart@linux.vnet.ibm.com
State Accepted
Headers show

Commit Message

Stewart Smith Nov. 8, 2016, 6:34 a.m. UTC
Because Fedora repositories are unreliable and we often get:
  Error: Failed to synchronize cache for repo 'updates'

:(

Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

Comments

Stewart Smith Nov. 8, 2016, 6:51 a.m. UTC | #1
Stewart Smith <stewart@linux.vnet.ibm.com> writes:
> Because Fedora repositories are unreliable and we often get:
>   Error: Failed to synchronize cache for repo 'updates'
>
> :(
>
> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>

And I merged this one in too, because otherwise travis failures make me grumpy.
diff mbox

Patch

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