teamspeak3/.travis.yml
2017-03-25 19:25:32 +01:00

17 lines
326 B
YAML

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