diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7f8109c --- /dev/null +++ b/.travis.yml @@ -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/