Fix Travis build

This commit is contained in:
Markus Opolka
2018-07-30 09:27:26 +02:00
parent 59687fb581
commit 13064859d8

View File

@@ -6,6 +6,6 @@ services:
matrix:
include:
- env: TAG=martialblog/limesurvey-apache
script: docker build -q -t $TAG -f apache/Dockerfile . && tests/run.sh $TAG
script: cd apache; docker build -q -t $TAG . && cd ..; ./tests/run.sh $TAG
- env: TAG=martialblog/limesurvey-fpm
script: docker build -q -t $TAG -f fpm/Dockerfile . && tests/run.sh $TAG
script: cd fpm; docker build -q -t $TAG . && cd ..; ./tests/run.sh $TAG