2012-09-21 05:34:12 +02:00
|
|
|
language: php
|
|
|
|
php:
|
|
|
|
- 5.3
|
|
|
|
- 5.4
|
|
|
|
|
|
|
|
env:
|
|
|
|
- TESTDB=MYSQL
|
|
|
|
- TESTDB=PGSQL
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
exclude:
|
|
|
|
- php: 5.4
|
|
|
|
env: TESTDB=PGSQL
|
|
|
|
|
|
|
|
before_script:
|
2012-11-23 16:10:07 +01:00
|
|
|
- ./tests/travis/before_script ~/builds/ss $TRAVIS_BRANCH
|
2012-09-21 05:34:12 +02:00
|
|
|
- cd ~/builds/ss
|
|
|
|
|
|
|
|
script:
|
|
|
|
- php framework/cli-script.php dev/tests/module/cms
|
|
|
|
|
|
|
|
branches:
|
|
|
|
except:
|
2012-10-16 10:23:35 +02:00
|
|
|
- 2.1
|
|
|
|
- 2.2
|
|
|
|
- 2.3
|
2012-09-21 05:34:12 +02:00
|
|
|
- 2.4
|
2012-10-16 10:23:35 +02:00
|
|
|
- post-2.4
|
|
|
|
- translation-staging
|
2012-09-21 05:34:12 +02:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
irc:
|
|
|
|
channels:
|
|
|
|
- "irc.freenode.org#silverstripe"
|