silverstripe-sqlite3/.travis.yml

21 lines
392 B
YAML

language: php
sudo: false
php:
- 5.3
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:
- phpunit framework/tests