howdy/.travis.yml
2018-04-07 16:58:40 +02:00

15 lines
243 B
YAML

language: python
sudo: required
before_install:
- sudo apt install devscripts dh-make -y
- debuild -i -us -uc -b
install: sudo apt install ../*.deb -y
script:
- sudo howdy help
- sudo apt purge howdy -y
notifications:
email: false