Enable Docker only in tests

pull/66/head
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
1 changed files with 2 additions and 3 deletions

View File

@ -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: