travis-ci: Allow to fail builds in testing

This commit is contained in:
Jan Wagner 2016-11-17 01:15:59 +01:00
parent a3c46e338c
commit 51e0adea03

View file

@ -4,6 +4,9 @@ env:
- TRAVIS_DEBIAN_MIRROR="http://httpredir.debian.org/debian/" TRAVIS_DEBIAN_DISTRIBUTION=unstable TRAVIS_DEBIAN_SECURITY_UPDATES=false TRAVIS_DEBIAN_EXTRA_REPOSITORY="http://httpredir.debian.org/debian/ jessie main"
- TRAVIS_DEBIAN_MIRROR="http://httpredir.debian.org/debian/" TRAVIS_DEBIAN_DISTRIBUTION=testing TRAVIS_DEBIAN_EXTRA_REPOSITORY="http://httpredir.debian.org/debian/ jessie main"
matrix:
allow_failures:
- env: TRAVIS_DEBIAN_DISTRIBUTION=testing
services:
- docker