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