silverstripe-fulltextsearch/.travis.yml

18 lines
397 B
YAML
Raw Normal View History

2020-11-05 20:57:55 +01:00
version: ~> 1.0
2015-11-18 05:21:44 +01:00
2020-11-05 20:57:55 +01:00
import:
2020-11-05 22:13:19 +01:00
- silverstripe/silverstripe-travis-shared:config/provision/standard-jobs-range.yml
2019-08-02 05:37:02 +02:00
2013-03-29 10:10:08 +01:00
env:
global:
2020-11-05 20:57:55 +01:00
- REQUIRE_EXTRA="symbiote/silverstripe-queuedjobs:^4.0"
2013-03-29 10:10:08 +01:00
2020-11-05 20:57:55 +01:00
jobs:
2013-03-29 10:10:08 +01:00
include:
2022-02-18 03:17:02 +01:00
- php: 7.4
2021-11-02 02:48:12 +01:00
env:
2020-11-05 20:57:55 +01:00
- DB=MYSQL
- REQUIRE_INSTALLER=4.x-dev
- PHPUNIT_TEST=1
2021-11-02 02:48:12 +01:00
- REQUIRE_EXTRA="symbiote/silverstripe-queuedjobs:^4 silverstripe/subsites:^2"