mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 17:05:32 +02:00
14 lines
141 B
YAML
14 lines
141 B
YAML
language: php
|
|
|
|
sudo: false
|
|
|
|
php:
|
|
- 5.4
|
|
- 5.5
|
|
|
|
script:
|
|
- vendor/bin/phpunit tests
|
|
|
|
before_script:
|
|
- composer install --dev --prefer-dist
|