silverstripe-widgets/.travis.yml

29 lines
709 B
YAML
Raw Normal View History

# See https://github.com/silverstripe/silverstripe-travis-support for setup details
2013-03-29 09:57:13 +01:00
2019-07-23 15:57:11 +02:00
dist: trusty
2015-11-18 05:24:16 +01:00
language: php
2013-03-29 09:57:13 +01:00
matrix:
include:
2019-07-23 15:57:11 +02:00
- php: '5.6'
env: DB=MYSQL CORE_RELEASE=3.6
2019-07-23 15:57:11 +02:00
- 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
2013-03-29 09:57:13 +01:00
before_script:
2015-11-18 05:24:16 +01:00
- composer self-update || true
- git clone git://github.com/silverstripe/silverstripe-travis-support.git ~/travis-support
2015-11-18 05:24:16 +01:00
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- cd ~/builds/ss
- composer install
script:
- vendor/bin/phpunit widgets/tests