Add travis configuration file from travis.debian.net

This commit is contained in:
Julien Lavergne 2018-03-29 16:44:29 +02:00
parent dd5be2e450
commit 4c7b9e71b5
2 changed files with 13 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
sudo: required
language: generic
services:
- docker
script:
- wget -O- http://travis.debian.net/script.sh | sh -
if:
tag IS blank

2
README.md Normal file
View File

@ -0,0 +1,2 @@
=== Automatic build testing ===
See https://travis.debian.net/ for details