mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
11 lines
149 B
YAML
11 lines
149 B
YAML
language: php
|
|
php:
|
|
- 5.3
|
|
|
|
before_script:
|
|
- ./tests/travis/before_script ~/builds/ss
|
|
- cd ~/builds/ss
|
|
|
|
script:
|
|
- phpunit -c phpunit.xml.dist
|