teamspeak3/.travis.yml

17 lines
326 B
YAML
Raw Normal View History

2017-03-25 18:25:32 +00:00
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