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-07 16:52:58 +02:00

15 lines
235 B
YAML

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