silverstripe-framework/.travis.yml

42 lines
766 B
YAML
Raw Normal View History

2012-08-14 06:02:12 +02:00
language: php
php:
- 5.3
- 5.4
env:
- DB=MYSQL CORE_RELEASE=3.0
- DB=PGSQL CORE_RELEASE=3.0
- DB=SQLITE3 CORE_RELEASE=3.0
matrix:
exclude:
- php: 5.4
env: DB=PGSQL CORE_RELEASE=3.0
- php: 5.4
env: DB=SQLITE3 CORE_RELEASE=3.0
allow_failures:
- env: DB=PGSQL CORE_RELEASE=3.0
- env: DB=SQLITE3 CORE_RELEASE=3.0
2012-08-14 06:02:12 +02:00
before_script:
- phpenv rehash
- 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-08-14 06:11:37 +02:00
- cd ~/builds/ss
2012-08-14 06:02:12 +02:00
script:
- phpunit framework/tests
2012-09-03 03:20:11 +02:00
2012-10-16 10:25:18 +02:00
branches:
except:
- 2.1
- 2.2
- 2.3
- translation-staging
2012-09-03 03:20:11 +02:00
notifications:
irc:
channels:
- "irc.freenode.org#silverstripe"