mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 17:05:32 +02:00
1ec7a6a1e2
Running an older composer build which doesn't do this by default
13 lines
135 B
YAML
13 lines
135 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
|
|
script:
|
|
- vendor/bin/phpunit tests
|
|
|
|
before_script:
|
|
- composer install --dev --prefer-dist
|