Files
docker-limesurvey/.travis.yml
Markus Opolka c7f1bee380 Add container-structore tests
- Fixes issue #4
2018-04-30 13:06:19 +02:00

12 lines
319 B
YAML

sudo: required
language: bash
services:
- docker
matrix:
include:
- env: TAG=martialblog/limesurvey-apache
script: docker build -q -t $TAG -f apache/Dockerfile . && tests/run.sh $TAG
- env: TAG=martialblog/limesurvey-fpm
script: docker build -q -t $TAG -f fpm/Dockerfile . && tests/run.sh $TAG