silverstripe-behat-extension/.travis.yml
2015-07-20 16:07:22 +01:00

15 lines
148 B
YAML

language: php
sudo: false
php:
- 5.3
- 5.4
- 5.5
script:
- vendor/bin/phpunit tests
before_script:
- composer install --dev --prefer-dist