silverstripe-environmentcheck/.travis.yml

25 lines
519 B
YAML
Raw Normal View History

# See https://github.com/silverstripe/silverstripe-travis-support for setup details
2015-11-19 02:19:06 +01:00
sudo: false
2015-09-10 23:13:48 +02:00
language: php
php:
2015-11-19 02:19:06 +01:00
- 5.5
- 5.6
- 7.0
2015-09-10 23:13:48 +02:00
env:
- DB=MYSQL CORE_RELEASE=4
- DB=PGSQL CORE_RELEASE=4
2015-09-10 23:13:48 +02:00
before_script:
- composer self-update || true
- git clone git://github.com/silverstripe/silverstripe-travis-support.git ~/travis-support
2015-09-10 23:13:48 +02:00
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- cd ~/builds/ss
- composer install
script:
2015-11-19 02:19:06 +01:00
- vendor/bin/phpunit environmentcheck/tests