silverstripe-cms/.travis.yml
Ingo Schommer 74a44933b2 Excluded Postgres from Travis (breaks build due to internal errors)
We'll need to fix the "no space left on device" issue,
most likely caused by Postgres keeping too much of a query log,
or somehow creating a history of past data.
For now, having a Postgres build breaking the whole
build process (incl. MySQL builds) does more harm than good.
2013-01-30 13:07:38 +01:00

34 lines
435 B
YAML

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