Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 0bc4210

Browse files
committed
Run test coverage only on PHP 7
Previously it runs on PHP 5.6 and PHP 7.2 (probably by mistake)
1 parent cca9819 commit 0bc4210

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ matrix:
2020
- php: 5.6
2121
env:
2222
- DEPS=locked
23-
- TEST_COVERAGE=true
2423
- php: 5.6
2524
env:
2625
- DEPS=latest
@@ -31,6 +30,7 @@ matrix:
3130
env:
3231
- DEPS=locked
3332
- CHECK_CS=true
33+
- TEST_COVERAGE=true
3434
- php: 7
3535
env:
3636
- DEPS=latest
@@ -49,7 +49,6 @@ matrix:
4949
- php: 7.2
5050
env:
5151
- DEPS=locked
52-
- TEST_COVERAGE=true
5352
- php: 7.2
5453
env:
5554
- DEPS=latest

0 commit comments

Comments
 (0)