0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00
howdy/.travis.yml
2018-04-13 14:54:06 +02:00

17 lines
286 B
YAML

language: python
sudo: required
install:
- sudo apt install devscripts dh-make -y
script:
- debuild -i -us -uc -b
- sudo apt install ../*.deb -y
- sudo howdy help
- sudo howdy list
- sudo apt purge howdy -y
notifications:
email:
on_success: never
on_failure: always