Updating generated .travis.yml from devkit

[ci skip]
pull/6827/head
Jens Ulferts 6 years ago
parent dbfdf5d37e
commit caaf0f0605
No known key found for this signature in database
GPG Key ID: 3CAA4B1182CF5308
  1. 12
      .travis.yml

@ -102,15 +102,15 @@ jobs:
- bash script/ci/cache_prepare.sh
- stage: test
name: 'plugins:specs (1/1) - mysql'
name: 'plugins:units (1/1) - mysql'
script:
- bash script/ci/setup.sh plugins:specs mysql
- bash script/ci/runner.sh plugins:specs 1 1
- bash script/ci/setup.sh plugins:units mysql
- bash script/ci/runner.sh plugins:units 1 1
- stage: test
name: 'plugins:specs (1/1) - postgres'
name: 'plugins:units (1/1) - postgres'
script:
- bash script/ci/setup.sh plugins:specs postgres
- bash script/ci/runner.sh plugins:specs 1 1
- bash script/ci/setup.sh plugins:units postgres
- bash script/ci/runner.sh plugins:units 1 1
- stage: test
name: 'plugins:features (1/1) - mysql'
script:

Loading…
Cancel
Save