silverstripe-tagfield/.travis.yml

29 lines
705 B
YAML
Raw Normal View History

2015-11-19 02:20:52 +01:00
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
2019-07-23 15:27:44 +02:00
dist: trusty
2015-11-19 02:20:52 +01:00
language: php
2015-09-09 01:07:51 +02:00
2015-11-19 02:20:52 +01:00
matrix:
include:
- php: 5.6
2019-07-23 15:27:44 +02:00
env: DB=MYSQL CORE_RELEASE=3.6
2015-11-19 02:20:52 +01:00
- php: 7.0
2019-07-23 15:27:44 +02:00
env: DB=MYSQL CORE_RELEASE=3.7
- php: 7.1
env: DB=PGSQL CORE_RELEASE=3.7
- php: 7.2
env: DB=MYSQL CORE_RELEASE=3.7
- php: 7.3
env: DB=MYSQL CORE_RELEASE=3.7
before_script:
2015-11-19 02:20:52 +01:00
- composer self-update || true
2019-07-23 15:27:44 +02:00
- git clone git://github.com/silverstripe/silverstripe-travis-support.git ~/travis-support
2015-11-19 02:20:52 +01:00
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- cd ~/builds/ss
- composer install
script:
2015-11-19 02:20:52 +01:00
- vendor/bin/phpunit tagfield/tests