mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
Update Travis CI configuration
This commit is contained in:
@@ -2,5 +2,9 @@ sudo: required
|
||||
language: bash
|
||||
services:
|
||||
- docker
|
||||
script:
|
||||
- docker build -t martialblog/limesurvey .
|
||||
matrix:
|
||||
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