silverstripe-widgets/.travis.yml

32 lines
625 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
2015-11-18 05:24:16 +01:00
sudo: false
language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
2013-03-29 09:57:13 +01:00
env:
- DB=MYSQL CORE_RELEASE=master
2013-03-29 09:57:13 +01:00
matrix:
include:
2015-10-30 06:11:46 +01:00
- php: 5.6
env: DB=MYSQL CORE_RELEASE=master
2015-11-18 05:24:16 +01:00
- php: 5.6
env: DB=PGSQL CORE_RELEASE=master
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