From c0535e4989a15caf3053d4064cc362ea75104d32 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 29 Nov 2017 17:43:10 +0100 Subject: [PATCH] Adding .travis-ci.yml --- .travis.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .travis.yml 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/