silverstripe-userforms/.travis.yml

40 lines
967 B
YAML
Raw Normal View History

version: ~> 1.0
2015-09-10 22:40:44 +02:00
# Use a manual matrix as composer.json requires "silverstripe/cms": "^4.6",
# This should be changed to "standard-jobs-range-npm" as soon as the lowest recipe
# version in the travis shared jobs matrix is 4.6
import:
- silverstripe/silverstripe-travis-shared:config/provision/standard.yml
jobs:
2015-09-10 22:40:44 +02:00
include:
2022-02-10 05:42:23 +01:00
- php: 7.4
env:
- DB=MYSQL
2021-11-01 21:52:58 +01:00
- REQUIRE_INSTALLER="4.x-dev"
- NPM_TEST=1
2022-02-10 05:42:23 +01:00
- php: 7.4
env:
2021-11-01 21:52:58 +01:00
- DB=PGSQL
- REQUIRE_INSTALLER="4.x-dev"
- PHPUNIT_TEST=1
- PHPCS_TEST=1
2021-11-01 21:52:58 +01:00
- php: 7.4
2021-03-10 03:56:24 +01:00
env:
- DB=MYSQL
2021-11-01 21:52:58 +01:00
- REQUIRE_INSTALLER="4.x-dev"
- PHPUNIT_COVERAGE_TEST=1
2022-02-10 05:42:23 +01:00
- php: 8.0
env:
- DB=MYSQL
- REQUIRE_INSTALLER="4.x-dev"
2021-11-01 21:52:58 +01:00
- BEHAT_TEST=1
- BEHAT_SUITE="userforms"
2022-02-10 05:42:23 +01:00
- php: 8.1.0
env:
- DB=MYSQL
- REQUIRE_INSTALLER="4.x-dev"
- PHPUNIT_TEST=1
2022-02-10 05:42:23 +01:00
allow_failures:
- php: 8.1.0