mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2026-02-06 03:48:53 +01:00
Update Travis CI configuration
This commit is contained in:
@@ -2,5 +2,9 @@ sudo: required
|
|||||||
language: bash
|
language: bash
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
script:
|
matrix:
|
||||||
- docker build -t martialblog/limesurvey .
|
include:
|
||||||
|
- env: TEST=limesurvey-apache
|
||||||
|
script: docker build -t martialblog/limesurvey-apache -f apache/Dockerfile .
|
||||||
|
- env: TEST=limesurvey-fpm
|
||||||
|
script: docker build -t martialblog/limesurvey-fpm -f fpm/Dockerfile .
|
||||||
|
|||||||
Reference in New Issue
Block a user