silverstripe-cms/.travis.yml
Ingo Schommer c8fe8f793e Merge remote-tracking branch 'origin/2.4' into post-2.4
Conflicts:
	composer.json
	tests/travis/before_script
2013-08-07 21:52:55 +02:00

27 lines
483 B
YAML

language: php
php:
- 5.3
env:
- DB=MYSQL CORE_RELEASE=2.4
- DB=PGSQL CORE_RELEASE=2.4
before_script:
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- cd ~/builds/ss
script:
- phpunit cms/tests
branches:
except:
- 2.1
- 2.2
- 2.3
- translation-staging
notifications:
irc:
channels:
- "irc.freenode.org#silverstripe"