silverstripe-behat-extension/.travis.yml

14 lines
141 B
YAML
Raw Normal View History

2015-04-07 13:15:22 +02:00
language: php
sudo: false
2015-04-07 13:15:22 +02:00
php:
- 5.5
2015-12-03 00:22:45 +01:00
- 5.6
2015-04-07 13:15:22 +02:00
script:
- vendor/bin/phpunit tests
before_script:
- composer install --dev --prefer-dist