Skip to content

Commit 7c27fe6

Browse files
authored
Merge pull request #189 from php-http/travis-jobs
do not overwrite jobs with the matrix
2 parents ca984d8 + 7c52bf0 commit 7c27fe6

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.travis.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,8 @@ cache:
55
directories:
66
- $HOME/.composer/cache/files
77

8-
php:
9-
- 7.1
10-
- 7.2
11-
- 7.3
12-
- 7.4
13-
14-
matrix:
15-
fast_finish: true
16-
178
jobs:
9+
fast_finish: true
1810
include:
1911
- php: 7.1
2012
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"

0 commit comments

Comments
 (0)