forked from symbiote/silverstripe-multivaluefield
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
33 lines (31 loc) · 844 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
version: ~> 1.0
import:
- silverstripe/silverstripe-travis-shared:config/provision/standard.yml
# Using a manual jobs matrix to exclude PGSQL which has some legitimate failures
# https://travis-ci.com/github/symbiote/silverstripe-multivaluefield/jobs/451353312
jobs:
fast_finish: true
include:
- php: 7.1
env:
- DB=MYSQL
- REQUIRE_INSTALLER="4.5.x-dev"
- PHPUNIT_TEST=1
- php: 7.3
env:
- DB=MYSQL
- PDO=1
- REQUIRE_INSTALLER="4.7.x-dev"
- PHPUNIT_TEST=1
- PHPCS_TEST=1
- php: 7.4
env:
- DB=MYSQL
- REQUIRE_INSTALLER="4.x-dev"
- PHPUNIT_COVERAGE_TEST=1
- php: nightly
env:
- DB=MYSQL
- REQUIRE_INSTALLER="4.x-dev"
- PHPUNIT_TEST=1
- COMPOSER_INSTALL_ARG=--ignore-platform-reqs