2012-08-14 06:02:12 +02:00
|
|
|
language: php
|
|
|
|
php:
|
|
|
|
- 5.3
|
2012-08-21 00:51:28 +02:00
|
|
|
- 5.4
|
2012-08-14 06:02:12 +02:00
|
|
|
|
2012-08-21 00:33:54 +02:00
|
|
|
env:
|
|
|
|
- TESTDB=MYSQL
|
|
|
|
- TESTDB=PGSQL
|
|
|
|
|
2012-08-21 04:41:12 +02:00
|
|
|
matrix:
|
|
|
|
exclude:
|
|
|
|
- php: 5.4
|
|
|
|
env: TESTDB=PGSQL
|
|
|
|
- php: 5.4
|
|
|
|
env: TESTDB=SQLITE
|
2012-08-21 00:51:28 +02:00
|
|
|
|
2012-08-14 06:02:12 +02:00
|
|
|
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
|
2012-08-16 23:55:20 +02:00
|
|
|
|
|
|
|
branches:
|
|
|
|
except:
|
|
|
|
- translation-staging
|
|
|
|
- 2.4
|
|
|
|
|
2012-09-03 03:20:11 +02:00
|
|
|
notifications:
|
|
|
|
irc:
|
|
|
|
channels:
|
|
|
|
- "irc.freenode.org#silverstripe"
|