Skip to content

Commit

Permalink
CI: reduce amount of jobs (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Sep 24, 2020
1 parent d6d35db commit 45c64e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@ jobs:
- php: 5.6
- php: 7.0
env: 'BOX=yes'
- php: 7.1
env: CHECKS=yes
- php: 7.1
env: SYMFONY_VERSION="^3.0"
- php: 7.2
env: SYMFONY_VERSION="^4.0"
- php: 7.3
env: SYMFONY_VERSION="^5.0" MIN_STABILITY=dev
- php: 7.4
env: SYMFONY_VERSION="^5.0" MIN_STABILITY=dev
env: CHECKS=yes

cache:
directories:
Expand Down

0 comments on commit 45c64e2

Please sign in to comment.