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

Commit 36729cb

Browse files
committed
Removes tests for PHP 5.5
Why: * PHP 5.5 is deprecated now and according to @MWOP we can drop support for 5.5 for the next minor release.
1 parent c0613c0 commit 36729cb

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

Diff for: .travis.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,6 @@ env:
3131

3232
matrix:
3333
include:
34-
- php: 5.5
35-
env:
36-
- DEPS=lowest
37-
- php: 5.5
38-
env:
39-
- DEPS=locked
40-
- CHECK_CS=true
41-
- php: 5.5
42-
env:
43-
- DEPS=latest
4434
- php: 5.6
4535
env:
4636
- DEPS=lowest
@@ -61,6 +51,7 @@ matrix:
6151
- php: 7
6252
env:
6353
- TEST_COVERAGE=true
54+
- CHECK_CS=true
6455
- DEPS=latest
6556
- php: 7.1
6657
env:

0 commit comments

Comments
 (0)