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 19:15:00 +02:00

16 lines
262 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 howdy list
- sudo apt purge howdy -y
notifications:
email: false