silverstripe-postgresql/.travis.yml

22 lines
409 B
YAML
Raw Normal View History

language: php
sudo: false
2014-02-18 05:52:03 +01:00
php:
- 5.5
- 5.6
2014-02-18 05:52:03 +01:00
env:
matrix:
- DB=POSTGRESQL CORE_RELEASE=master
before_script:
- 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
2016-07-04 05:11:06 +02:00
script:
- vendor/bin/phpunit framework/tests