mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-11 02:48:51 +01:00
Fix Travis build
This commit is contained in:
@@ -6,6 +6,6 @@ services:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- env: TAG=martialblog/limesurvey-apache
|
- 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
|
- 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