Skip to content

Commit a79e330

Browse files
committed
Reduce test matrix
Do not test with motranslator on all PHP versions, testing it once is good enough. Signed-off-by: Michal Čihař <michal@cihar.com>
1 parent 2e30baf commit a79e330

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ php:
1212

1313
env:
1414
matrix:
15-
- MOTRANSLATOR=yes
1615
- MOTRANSLATOR=no
1716

1817
matrix:
1918
fast_finish: true
2019
allow_failures:
2120
- php: "nightly"
21+
include:
22+
- php: "7.0"
23+
env: MOTRANSLATOR=yes
2224

2325
sudo: false
2426

0 commit comments

Comments
 (0)