nagios-snmp-plugins/.travis.yml

21 lines
327 B
YAML
Raw Normal View History

2017-11-29 16:43:10 +00:00
sudo: required
env:
- TRAVIS_DEBIAN_DISTRIBUTION=unstable
- TRAVIS_DEBIAN_DISTRIBUTION=testing
- TRAVIS_DEBIAN_DISTRIBUTION=stable
services:
- docker
script:
# build the debian package
- wget -O- http://travis.debian.net/script.sh | sh -
#notifications:
# email: false
branches:
except:
- /^debian\/\d/