silverstripe-googlesitemaps/.travis.yml

44 lines
833 B
YAML
Raw Permalink Normal View History

2013-03-29 10:12:45 +01:00
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
2016-09-12 01:56:23 +02:00
sudo: false
language: php
2013-03-29 10:12:45 +01:00
2018-03-07 12:05:10 +01:00
dist: precise
2016-09-12 01:56:23 +02:00
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
2018-03-07 12:05:10 +01:00
- 7.1
2013-03-29 10:12:45 +01:00
env:
2018-03-07 12:05:10 +01:00
- DB=MYSQL CORE_RELEASE=3.6
2013-03-29 10:12:45 +01:00
matrix:
include:
2016-09-12 01:56:23 +02:00
- php: 5.6
2018-03-07 12:05:10 +01:00
env: DB=MYSQL CORE_RELEASE=3.5
2016-09-12 01:56:23 +02:00
- php: 5.6
2018-03-07 12:05:10 +01:00
env: DB=PGSQL CORE_RELEASE=3.6
- php: 7.2
env: CORE_RELEASE=3
- php: nightly
env: CORE_RELEASE=3
2016-09-12 01:56:23 +02:00
allow_failures:
2018-03-07 12:05:10 +01:00
- php: 7.2
env: CORE_RELEASE=3
- php: nightly
env: CORE_RELEASE=3
2013-03-29 10:12:45 +01:00
before_script:
2016-09-12 01:56:23 +02:00
- composer self-update || true
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- cd ~/builds/ss
2013-03-29 10:12:45 +01:00
script:
2016-09-12 01:56:23 +02:00
- vendor/bin/phpunit googlesitemaps/tests