Files
docker-limesurvey/.travis.yml
2018-08-15 14:36:32 +02:00

14 lines
440 B
YAML

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