mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
22 lines
409 B
YAML
22 lines
409 B
YAML
language: php
|
|
|
|
sudo: false
|
|
|
|
php:
|
|
- 5.5
|
|
- 5.6
|
|
|
|
env:
|
|
matrix:
|
|
- DB=POSTGRESQL CORE_RELEASE=master
|
|
|
|
before_script:
|
|
- composer self-update || true
|
|
- 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:
|
|
- vendor/bin/phpunit framework/tests
|