Adding .travis-ci.yml
This commit is contained in:
parent
f2e8ac9d62
commit
c0535e4989
20
.travis.yml
Normal file
20
.travis.yml
Normal 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/
|
Loading…
Reference in a new issue