Skip to content

Commit af0dbba

Browse files
committed
remove tests for old php versions
1 parent 79460a8 commit af0dbba

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: php
22

33
php:
4-
- 7.0
5-
- 7.1
64
- 7.2
75
- 7.3
86

@@ -11,13 +9,6 @@ env:
119
- COMPOSER_FLAGS="--prefer-lowest"
1210
- COMPOSER_FLAGS=""
1311

14-
matrix:
15-
exclude:
16-
- php: 7.2
17-
env: COMPOSER_FLAGS="--prefer-lowest"
18-
- php: 7.3
19-
env: COMPOSER_FLAGS="--prefer-lowest"
20-
2112
before_script:
2213
- travis_retry composer self-update
2314
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source

0 commit comments

Comments
 (0)