[Pkg-mpd-commits] [python-mpd] 46/91: travis: allow nightly to fail

Simon McVittie smcv at debian.org
Sat Feb 24 14:55:34 UTC 2018


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository python-mpd.

commit 99db88d5e6383b869a52fd398c4b1679b0c42071
Author: Jörg Thalheim <Mic92 at users.noreply.github.com>
Date:   Mon Mar 6 23:14:50 2017 +0100

    travis: allow nightly to fail
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 5f756c9..e64692d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,11 @@ python:
   - "nightly"
   - "pypy"
 
+matrix:
+  fast_finish: true
+  allow_failures:
+    - python: nightly
+
 install:
   - if [[ $TRAVIS_PYTHON_VERSION != '3.2' ]]; then pip install Twisted; fi
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git



More information about the Pkg-mpd-commits mailing list