Skip to content

Commit

Permalink
Further reduce build jobs to overcome github api limit :-/
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfausk committed Sep 21, 2020
1 parent 36011ac commit 3e546e5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ addons:

sudo: false

php: [7.2, 7.3, 7.4]

matrix:
include:
- php: 7.4
Expand All @@ -20,9 +18,8 @@ matrix:
- php: 7.2
env: 'SCENARIO=symfony3'
- php: 7.1
env: 'SCENARIO=symfony3'
- php: 7.1
env: 'SCENARIO=symfony3 DEPENDENCIES=lowest'
env: 'SCENARIO=symfony3 DEPENDENCIES=highest'

cache:
directories:
- $HOME/.composer/cache/files
Expand Down

0 comments on commit 3e546e5

Please sign in to comment.