nagios-snmp-plugins/.travis.yml
2017-11-29 20:06:54 +01:00

21 lines
327 B
YAML

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/