Skip to content

Commit 77cf01d

Browse files
committed
Reduce test matrix
Test with dbase only on most prominent PHP versions. Signed-off-by: Michal Čihař <[email protected]>
1 parent d111a0a commit 77cf01d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@ matrix:
1313
fast_finish: true
1414
allow_failures:
1515
- php: "nightly"
16-
exclude:
17-
- php: "hhvm"
16+
include:
17+
- php: "5.6"
18+
env: DBASE=yes
19+
- php: "7.0"
20+
env: DBASE=yes
21+
- php: "7.1"
1822
env: DBASE=yes
1923

2024
env:
2125
matrix:
22-
- DBASE=yes
2326
- DBASE=no
2427

2528
install:

0 commit comments

Comments
 (0)