[Pkg-nagios-changes] [pkg-monitoring-plugins] 04/09: travis-ci: Use include build matrix
Jan Wagner
waja at moszumanska.debian.org
Thu Dec 1 10:34:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
waja pushed a commit to branch master
in repository pkg-monitoring-plugins.
commit 0bf41532049970764ece160f1c7b8c7dbc4e6664
Author: Jan Wagner <waja at cyconet.org>
Date: Tue Nov 22 13:34:13 2016 +0100
travis-ci: Use include build matrix
---
.travis.yml | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 4a2a0ac..5f75cd1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,14 +1,13 @@
sudo: required
dist: trusty
-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"
- - TRAVIS_DEBIAN_MIRROR="http://httpredir.debian.org/debian/" TRAVIS_DEBIAN_DISTRIBUTION=stable
-
matrix:
+ include:
+ - env: TRAVIS_DEBIAN_DISTRIBUTION=unstable TRAVIS_DEBIAN_MIRROR="http://httpredir.debian.org/debian/" TRAVIS_DEBIAN_EXTRA_REPOSITORY="http://httpredir.debian.org/debian/ jessie main" TRAVIS_DEBIAN_SECURITY_UPDATES=false
+ - env: TRAVIS_DEBIAN_DISTRIBUTION=testing TRAVIS_DEBIAN_MIRROR="http://httpredir.debian.org/debian/" TRAVIS_DEBIAN_EXTRA_REPOSITORY="http://httpredir.debian.org/debian/ jessie main"
+ - env: TRAVIS_DEBIAN_DISTRIBUTION=stable TRAVIS_DEBIAN_MIRROR="http://httpredir.debian.org/debian/"
allow_failures:
- - env: TRAVIS_DEBIAN_DISTRIBUTION=testing
+ - env: TRAVIS_DEBIAN_DISTRIBUTION=stable
services:
- docker
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-monitoring-plugins.git
More information about the Pkg-nagios-changes
mailing list