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-05 21:24:12 +02:00

13 lines
208 B
YAML

language: python
sudo: required
before_install:
- ln -s ./debian ./DEBIAN
- dpkg-deb --build . ./build.deb
install: sudo apt-get install ./build.deb
script: howdy help
notifications:
email: false