silverstripe-cms/.travis.yml

26 lines
359 B
YAML

language: php
php:
- 5.3
env:
- TESTDB=MYSQL
- TESTDB=PGSQL
before_script:
- ./tests/travis/before_script ~/builds/ss
- cd ~/builds/ss
script:
- php sapphire/cli-script.php dev/tests/module/cms
branches:
except:
- 2.1
- 2.2
- 2.3
- translation-staging
notifications:
irc:
channels:
- "irc.freenode.org#silverstripe"