2013-03-29 09:18:44 +01:00
|
|
|
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
|
2013-03-28 11:21:32 +01:00
|
|
|
|
2015-10-30 05:59:48 +01:00
|
|
|
language: php
|
2015-02-21 03:56:01 +01:00
|
|
|
php:
|
2017-01-26 21:25:46 +01:00
|
|
|
- 5.6
|
|
|
|
- 7.0
|
|
|
|
- 7.1
|
2015-07-20 17:02:39 +02:00
|
|
|
|
2012-10-02 21:34:53 +02:00
|
|
|
env:
|
2017-01-26 21:25:46 +01:00
|
|
|
- DB=MYSQL CORE_RELEASE=4
|
2012-10-02 21:34:53 +02:00
|
|
|
|
|
|
|
matrix:
|
2013-03-28 11:21:32 +01:00
|
|
|
include:
|
2015-11-03 18:19:20 +01:00
|
|
|
- php: 5.6
|
2017-01-26 21:25:46 +01:00
|
|
|
env: DB=PGSQL CORE_RELEASE=4
|
2012-10-02 21:34:53 +02:00
|
|
|
|
|
|
|
before_script:
|
2017-01-26 21:25:46 +01:00
|
|
|
- phpenv rehash
|
|
|
|
- git clone git://github.com/silverstripe/silverstripe-travis-support.git ~/travis-support
|
|
|
|
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
|
|
|
|
- cd ~/builds/ss
|
2012-10-02 21:34:53 +02:00
|
|
|
|
2015-10-30 05:59:48 +01:00
|
|
|
script:
|
2017-01-26 21:25:46 +01:00
|
|
|
- vendor/bin/phpunit translatable/tests/
|