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