silverstripe-framework/.travis.yml

31 lines
510 B
YAML
Raw Normal View History

2012-08-14 06:02:12 +02:00
language: php
php:
- 5.3
- 5.4
env:
- TESTDB=MYSQL
- TESTDB=PGSQL
matrix:
exclude:
- php: 5.4
env: TESTDB=PGSQL
- php: 5.4
env: TESTDB=SQLITE
2012-08-14 06:02:12 +02:00
before_script:
- pear install pear/PHP_CodeSniffer
- phpenv rehash
2012-08-14 06:02:12 +02:00
- ./tests/travis/before_script ~/builds/ss
2012-08-14 06:11:37 +02:00
- cd ~/builds/ss
2012-08-14 06:02:12 +02:00
script:
2012-08-14 06:11:37 +02:00
- phpunit -c phpunit.xml.dist
- phpcs --encoding=utf-8 --tab-width=4 --standard=framework/tests/phpcs -np framework
2012-09-03 03:20:11 +02:00
notifications:
irc:
channels:
- "irc.freenode.org#silverstripe"