howdy/.travis.yml
2018-04-07 16:22:13 +02:00

14 lines
260 B
YAML

language: python
sudo: required
before_install:
- git clone https://github.com/Boltgolt/howdy.git /tmp/howdy_build
- cd /tmp/howdy_build
- debuild -i -us -uc -b
install: sudo apt install ../*.deb
script: sudo howdy help
notifications:
email: false