silverstripe-tagfield/.travis.yml

26 lines
618 B
YAML
Raw Normal View History

# See https://github.com/silverstripe/silverstripe-travis-support for setup details
2015-11-19 02:20:52 +01:00
sudo: false
language: php
2015-09-09 01:07:51 +02:00
2015-11-19 02:20:52 +01:00
matrix:
include:
- php: 5.6
env: DB=MYSQL CORE_RELEASE=4
2015-11-19 02:20:52 +01:00
- php: 5.6
env: DB=PGSQL CORE_RELEASE=4
- php: 7.0
env: DB=MYSQL CORE_RELEASE=4
- php: 7.1
env: DB=PGSQL CORE_RELEASE=4
before_script:
2015-11-19 02:20:52 +01:00
- composer self-update || true
- 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
script:
2015-11-19 02:20:52 +01:00
- vendor/bin/phpunit tagfield/tests