silverstripe-reports/.travis.yml

34 lines
680 B
YAML
Raw Permalink Normal View History

# See https://github.com/silverstripe/silverstripe-travis-support for setup details
2013-03-29 10:19:52 +01:00
sudo: false
dist: trusty
2017-07-26 11:43:43 +02:00
2015-12-15 23:06:57 +01:00
language: php
2013-03-29 10:19:52 +01:00
env:
- DB=MYSQL CORE_RELEASE=3.7
2013-03-29 10:19:52 +01:00
matrix:
include:
- php: 5.4
- php: 5.5
2015-12-15 23:06:57 +01:00
- php: 5.6
env: DB=PGSQL CORE_RELEASE=3
2015-12-15 23:06:57 +01:00
- php: 5.6
env: DB=PGSQL CORE_RELEASE=3.7
- php: 7.1
- php: 7.4
dist: xenial
services:
- mysql
2013-03-29 10:19:52 +01:00
before_script:
2015-12-15 23:06:57 +01:00
- composer self-update || true
- git clone git://github.com/silverstripe/silverstripe-travis-support.git ~/travis-support
2015-12-15 23:06:57 +01:00
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- cd ~/builds/ss
2013-03-29 10:19:52 +01:00
2015-12-15 23:06:57 +01:00
script:
- vendor/bin/phpunit reports/tests