[beast] TRAVIS: allow failures for debian 'testing'
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast] TRAVIS: allow failures for debian 'testing'
- Date: Thu, 24 Mar 2016 13:47:59 +0000 (UTC)
commit 20857cb6bfbf117069d92b8db8d9f73ac40ecf13
Author: Tim Janik <timj gnu org>
Date: Thu Mar 24 14:43:49 2016 +0100
TRAVIS: allow failures for debian 'testing'
At the moment, we cannot build and install packages via
bintray for 'testing'.
Signed-off-by: Tim Janik <timj gnu org>
.travis.yml | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.travis.yml b/.travis.yml
index 40e6fff..05bb61f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,16 +14,17 @@ env:
#- http_proxy="http://example.com"
- bintray_url="https://dl.bintray.com/beast-team"
matrix:
- - XFROM="debian:jessie" XUP="jessie"
+ - XFROM="debian:jessie" XUP="jessie"
- XFROM="debian:testing" XUP="testing"
- - XFROM="ubuntu:trusty" XUP="trusty"
- - XFROM="ubuntu:wily" XUP="wily"
- - XFROM="ubuntu:xenial" XUP="xenial"
+ - XFROM="ubuntu:trusty" XUP="trusty"
+ - XFROM="ubuntu:wily" XUP="wily"
+ - XFROM="ubuntu:xenial" XUP="xenial"
matrix:
fast_finish: true
allow_failures:
- - env: XFROM="ubuntu:trusty" XUP="trusty"
- - env: XFROM="ubuntu:xenial" XUP="xenial"
+ - env: XFROM="debian:testing" XUP="testing"
+ - 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]