[beast: 1/4] TRAVIS: allow 'distcheck' test builds to fail
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 1/4] TRAVIS: allow 'distcheck' test builds to fail
- Date: Thu, 7 Apr 2016 11:42:53 +0000 (UTC)
commit 2338c233fb2a4568c02744f7197d105350cdeb18
Author: Tim Janik <timj gnu org>
Date: Sat Apr 2 01:53:43 2016 +0200
TRAVIS: allow 'distcheck' test builds to fail
Signed-off-by: Tim Janik <timj gnu org>
.travis.yml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.travis.yml b/.travis.yml
index e4b30c3..8f5acd6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,18 +14,18 @@ env:
#- http_proxy="http://example.com"
- INTENT="deb" # default intent
matrix:
- # distcheck: succeed in 'make distcheck'
- - INTENT="distcheck" DIST="ubuntu:wily"
# deb: build packages for distribution $DIST
- DIST="ubuntu:wily"
- DIST="debian:jessie"
- DIST="debian:testing"
- DIST="ubuntu:xenial"
- #- DIST="ubuntu:trusty" # C++11 support too old
+ # distcheck: succeed in 'make distcheck'
+ - INTENT="distcheck" DIST="ubuntu:wily"
matrix:
allow_failures:
- env: DIST="debian:testing"
- env: DIST="ubuntu:xenial"
+ - env: INTENT="distcheck" DIST="ubuntu:wily"
fast_finish: true
before_install:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]