2012-11-09 13:01:29 +01:00
|
|
|
language: php
|
|
|
|
php:
|
|
|
|
- 5.3
|
|
|
|
|
|
|
|
env:
|
2013-03-28 21:07:47 +01:00
|
|
|
- DB=MYSQL CORE_RELEASE=2.4
|
|
|
|
- DB=PGSQL CORE_RELEASE=2.4
|
2012-11-09 13:01:29 +01:00
|
|
|
|
|
|
|
before_script:
|
2013-03-28 21:07:47 +01:00
|
|
|
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
|
|
|
|
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
|
2012-11-09 13:01:29 +01:00
|
|
|
- cd ~/builds/ss
|
|
|
|
|
|
|
|
script:
|
2013-03-28 21:07:47 +01:00
|
|
|
- phpunit cms/tests
|
2012-11-09 13:01:29 +01:00
|
|
|
|
|
|
|
branches:
|
|
|
|
except:
|
|
|
|
- 2.1
|
|
|
|
- 2.2
|
|
|
|
- 2.3
|
|
|
|
- post-2.4
|
|
|
|
- translation-staging
|
|
|
|
|
|
|
|
notifications:
|
|
|
|
irc:
|
|
|
|
channels:
|
|
|
|
- "irc.freenode.org#silverstripe"
|