silverstripe-framework/.travis.yml

28 lines
371 B
YAML
Raw Normal View History

2012-11-09 12:58:56 +01:00
language: php
php:
- 5.3
env:
- TESTDB=MYSQL
- TESTDB=PGSQL
before_script:
- phpenv rehash
- ./tests/travis/before_script ~/builds/ss
- cd ~/builds/ss
script:
- phpunit -c phpunit.xml.dist
branches:
except:
- 2.1
- 2.2
- 2.3
- post-2.4
- translation-staging
notifications:
irc:
channels:
- "irc.freenode.org#silverstripe"