pkg-monitoring-plugins/.travis.yml

25 lines
430 B
YAML
Raw Normal View History

sudo: required
2016-11-22 12:42:30 +00:00
dist: trusty
2014-02-21 23:03:05 +00:00
matrix:
2016-11-22 12:34:13 +00:00
include:
2017-01-17 16:17:37 +00:00
- env: TRAVIS_DEBIAN_DISTRIBUTION=unstable
- env: TRAVIS_DEBIAN_DISTRIBUTION=testing
- env: TRAVIS_DEBIAN_DISTRIBUTION=stable
allow_failures:
2016-11-22 12:34:13 +00:00
- env: TRAVIS_DEBIAN_DISTRIBUTION=stable
2014-02-21 23:03:05 +00:00
2016-11-14 09:53:00 +00:00
services:
- docker
2014-02-21 23:03:05 +00:00
script:
2015-03-10 15:06:33 +00:00
# build the debian package
2016-11-14 09:53:00 +00:00
- wget -O- http://travis.debian.net/script.sh | sh -
2014-02-21 23:03:05 +00:00
#notifications:
# email: false
2016-11-14 09:53:00 +00:00
branches:
except:
- /^debian\/\d/