silverstripe-behat-extension/.travis.yml
2015-10-19 13:45:17 +13:00

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