silverstripe-gridfieldexten.../.travis.yml

29 lines
721 B
YAML
Raw Permalink Normal View History

# See https://github.com/silverstripe/silverstripe-travis-support for setup details
2016-07-21 14:00:06 +02:00
language: php
dist: trusty
2013-07-11 04:29:03 +02:00
matrix:
include:
- php: '5.6'
env: DB=MYSQL CORE_RELEASE=3.6
- php: '7.0'
env: DB=PGSQL CORE_RELEASE=3.7
- php: '7.1'
env: DB=MYSQL CORE_RELEASE=3.7
- php: '7.2'
env: DB=MYSQL CORE_RELEASE=3.7
- php: '7.3'
env: DB=MYSQL CORE_RELEASE=3.7
2016-07-21 14:00:06 +02:00
2013-07-11 04:29:03 +02:00
before_script:
2016-07-21 14:00:06 +02:00
- composer self-update || true
- git clone git://github.com/silverstripe/silverstripe-travis-support.git ~/travis-support
2013-07-11 04:29:03 +02:00
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- cd ~/builds/ss
2016-07-21 14:00:06 +02:00
- composer install
2013-07-11 04:29:03 +02:00
script:
2016-07-21 14:00:06 +02:00
- vendor/bin/phpunit gridfieldextensions/tests