2015-07-20 17:01:39 +02:00
|
|
|
language: php
|
|
|
|
|
|
|
|
sudo: false
|
2014-02-18 05:52:03 +01:00
|
|
|
|
|
|
|
php:
|
|
|
|
- 5.3
|
|
|
|
|
|
|
|
env:
|
|
|
|
matrix:
|
2015-11-02 06:37:20 +01:00
|
|
|
- DB=POSTGRESQL CORE_RELEASE=3.2
|
|
|
|
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- php: 5.6
|
|
|
|
env: DB=POSTGRESQL CORE_RELEASE=3.2
|
|
|
|
- php: 5.5
|
|
|
|
env: DB=POSTGRESQL CORE_RELEASE=3
|
2014-02-18 05:52:03 +01:00
|
|
|
|
|
|
|
before_script:
|
2015-06-15 11:03:16 +02:00
|
|
|
- composer self-update || true
|
2014-02-18 05:52:03 +01:00
|
|
|
- phpenv rehash
|
|
|
|
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
|
|
|
|
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
|
|
|
|
- cd ~/builds/ss
|
|
|
|
|
|
|
|
script:
|
2014-07-11 01:25:44 +02:00
|
|
|
- phpunit framework/tests
|