mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-09 20:40:00 +00:00
17 lines
326 B
YAML
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
|