[beast] TRAVIS: allow failure for ubuntu xenial builds



commit b66d5579f3bd28b8aebc0636378ece522c639295
Author: Tim Janik <timj gnu org>
Date:   Tue Mar 22 13:25:06 2016 +0100

    TRAVIS: allow failure for ubuntu xenial builds
    
    Ubuntu Xenial seems to be a bit unstable still and we depend on successful
    Rapicorn Xenial package builds.
    
    Signed-off-by: Tim Janik <timj gnu org>

 .travis.yml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/.travis.yml b/.travis.yml
index 66a730b..d054438 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,7 @@ matrix:
   fast_finish: true
   allow_failures:
     - env: XFROM="ubuntu:trusty" XUP="trusty"
+    - env: XFROM="ubuntu:xenial" XUP="xenial"
 
 before_install:
   - uname -a


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]