mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
11 lines
252 B
YAML
11 lines
252 B
YAML
# https://docs.travis-ci.com/user/build-config-imports/
|
|
version: ~> 1.0
|
|
|
|
import:
|
|
- silverstripe/silverstripe-travis-shared:config/provision/standard-jobs-behat.yml
|
|
|
|
env:
|
|
global:
|
|
- COMPOSER_ROOT_VERSION="2.3.x-dev"
|
|
- BEHAT_SUITE="@subsites"
|