silverstripe-widgets/.travis.yml

22 lines
480 B
YAML
Raw Normal View History

2013-03-29 09:57:13 +01:00
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
language: php
php:
- 5.6
2013-03-29 09:57:13 +01:00
env:
- DB=MYSQL CORE_RELEASE=3.1
matrix:
include:
- php: 5.4
2015-04-30 12:58:48 +02:00
env: DB=PGSQL CORE_RELEASE=3.1
2013-03-29 09:57:13 +01:00
before_script:
- 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 widgets/tests/