Enable Docker only in tests

This commit is contained in:
Michele Locati 2019-12-19 10:31:13 +01:00
parent 9b4b4f7541
commit adf2f45d5c
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B

View File

@ -9,12 +9,11 @@ branches:
language: minimal
services:
- docker
test-extensions-job-template: &test-extensions-job-template
stage: Test extensions
if: type = pull_request
services:
- docker
script: ./scripts/travisci-test-extensions
jobs: