Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1eea60f

Browse files
author
sathielemann
committed
Drop travis matrix builds for old PHP versions.
1 parent 4cff3e0 commit 1eea60f

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.travis.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,9 @@ language: php
22

33
matrix:
44
include:
5-
- php: 5.3
6-
dist: precise
7-
- php: 5.4
8-
dist: precise
9-
- php: 5.5
10-
dist: precise
11-
- php: 5.6
12-
- php: 7.0
13-
- php: 7.1
14-
- php: 7.2
155
- php: 7.3
16-
- php: 7.4snapshot
6+
- php: 7.4
7+
- php: 8.0
178
- php: nightly
189
allow_failures:
1910
- php: nightly
@@ -36,4 +27,4 @@ script:
3627

3728
after_script:
3829
- wget https://scrutinizer-ci.com/ocular.phar
39-
- php ocular.phar code-coverage:upload --format=php-clover build/clover.xml
30+
- php ocular.phar code-coverage:upload --format=php-clover build/clover.xml

0 commit comments

Comments
 (0)