Removing .travis.yml
This commit is contained in:
parent
e44da07749
commit
7065705c88
24
.travis.yml
24
.travis.yml
|
@ -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/
|
|
Loading…
Reference in a new issue