monitoring-plugins-cyconet/.travis.yml

17 lines
340 B
YAML

language: c
before_install:
# update package list
- sudo apt-get update -qq
install:
# install build dependencies
- sudo apt-get install -qq --no-install-recommends debhelper devscripts python python-debian quilt autotools-dev
script:
# build the debian package
- debuild -uc -us
#notifications:
# email: false