36 lines
567 B
YAML
Raw Normal View History

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