Add initial .travis.yml

This commit is contained in:
Tilo Spannagel 2017-03-25 19:25:32 +01:00
parent c48c541741
commit ba4c645b0c
No known key found for this signature in database
GPG Key ID: B89F1626A58E1429

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
language: bash
services: docker
install:
- git clone https://github.com/docker-library/official-images.git ~/official-images
before_script:
- env | sort
- image="luzifer/teamspeak3:latest"
script:
- travis_retry docker build -t "$image" .
- ~/official-images/test/run.sh "$image"
after_script:
- docker images