Added basic travis builder

This commit is contained in:
boltgolt 2018-04-05 21:24:12 +02:00
parent 5bd312a19d
commit 349a90e299

13
.travis.yml Normal file
View file

@ -0,0 +1,13 @@
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