mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-12-04 02:17:48 +01:00
Enable Docker only in tests
This commit is contained in:
parent
9b4b4f7541
commit
adf2f45d5c
@ -9,12 +9,11 @@ branches:
|
|||||||
|
|
||||||
language: minimal
|
language: minimal
|
||||||
|
|
||||||
services:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
test-extensions-job-template: &test-extensions-job-template
|
test-extensions-job-template: &test-extensions-job-template
|
||||||
stage: Test extensions
|
stage: Test extensions
|
||||||
if: type = pull_request
|
if: type = pull_request
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
script: ./scripts/travisci-test-extensions
|
script: ./scripts/travisci-test-extensions
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user