silverstripe-postgresql/.travis.yml

24 lines
423 B
YAML
Raw Normal View History

2017-07-26 12:55:24 +02:00
language: php
dist: precise
sudo: false
2014-02-18 05:52:03 +01:00
php:
- 5.3
env:
matrix:
2017-07-26 15:22:00 +02:00
- DB=PGSQL CORE_RELEASE=3.0
- DB=PGSQL CORE_RELEASE=3.1
2014-02-18 05:52:03 +01:00
before_script:
- composer self-update
- 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:
- phpunit framework/tests