silverstripe-framework/.travis.yml

11 lines
149 B
YAML
Raw Normal View History

2012-08-14 06:02:12 +02:00
language: php
php:
- 5.3
before_script:
- ./tests/travis/before_script ~/builds/ss
2012-08-14 06:11:37 +02:00
- cd ~/builds/ss
2012-08-14 06:02:12 +02:00
script:
2012-08-14 06:11:37 +02:00
- phpunit -c phpunit.xml.dist