silverstripe-cms/.travis.yml

41 lines
712 B
YAML
Raw Normal View History

2012-09-21 05:34:12 +02:00
language: php
php:
- 5.3
env:
- DB=MYSQL CORE_RELEASE=3.1
2012-09-21 05:34:12 +02:00
matrix:
include:
- php: 5.3
env: DB=PGSQL CORE_RELEASE=3.1
- php: 5.3
env: DB=SQLITE CORE_RELEASE=3.1
- php: 5.4
env: DB=MYSQL CORE_RELEASE=3.1
- php: 5.5
env: DB=MYSQL CORE_RELEASE=3.1
2012-09-21 05:34:12 +02:00
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
2012-09-21 05:34:12 +02:00
- cd ~/builds/ss
script:
- phpunit cms/tests/
2012-09-21 05:34:12 +02:00
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:
2013-07-14 07:21:18 +02:00
- "irc.freenode.org#silverstripe"