mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-09 09:58:54 +01:00
Fix Travis build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user