Skip to content

Commit

Permalink
Don't test lowest deps for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll committed Jan 19, 2020
1 parent 4a98e46 commit ef2e22f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
language: php
matrix:
include:
- php: 7.2
env: DEPENDENCIES=lowest
# - php: 7.2
# env: DEPENDENCIES=lowest
- php: 7.2
env: DEPENDENCIES=highest
- php: 7.3
env: DEPENDENCIES=lowest
# - php: 7.3
# env: DEPENDENCIES=lowest
- php: 7.3
env: DEPENDENCIES=highest
- php: 7.4
env: DEPENDENCIES=lowest
# - php: 7.4
# env: DEPENDENCIES=lowest
- php: 7.4
env: DEPENDENCIES=highest

Expand Down

0 comments on commit ef2e22f

Please sign in to comment.