mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2025-01-04 05:36:00 +00:00
Add initial .travis.yml
This commit is contained in:
parent
c48c541741
commit
ba4c645b0c
1 changed files with 16 additions and 0 deletions
16
.travis.yml
Normal file
16
.travis.yml
Normal 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
|
Loading…
Reference in a new issue