Removing .travis.yml

This commit is contained in:
Jan Wagner 2020-11-08 15:21:20 +01:00
parent e44da07749
commit 7065705c88

View file

@ -1,24 +0,0 @@
sudo: required
dist: xenial
matrix:
include:
- env: TRAVIS_DEBIAN_DISTRIBUTION=unstable
- env: TRAVIS_DEBIAN_DISTRIBUTION=testing
- env: TRAVIS_DEBIAN_DISTRIBUTION=stable
allow_failures:
- env: 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/