Adding .travis-ci.yml

This commit is contained in:
Jan Wagner 2017-11-29 17:43:10 +01:00
parent f2e8ac9d62
commit c0535e4989

20
.travis.yml Normal file
View file

@ -0,0 +1,20 @@
sudo: required
env:
- TRAVIS_DEBIAN_DISTRIBUTION=unstable
- TRAVIS_DEBIAN_DISTRIBUTION=testing
- TRAVIS_DEBIAN_DISTRIBUTION=stable
services:
- docker
script:
# build the debian package
- wget -O- http://travis.debian.net/script.sh | sh -
#notifications:
# email: false
branches:
except:
- /^debian\/\d/