Skip to content

Commit

Permalink
Update travis build matrix to supported php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
studioromeo committed Oct 3, 2019
1 parent 25e89df commit 661981e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,12 @@ cache:

matrix:
include:
- php: 5.4
- php: 7.2
env: check_cs=true
- php: 5.5
- php: 5.6
- php: 7.2
env: deps=low coverage=true
- php: 5.6
env: deps=high coverage=true
- php: 7.0
- php: 7.1
- php: 7.2
env: deps=high coverage=true
- php: 7.3

env:
Expand Down

0 comments on commit 661981e

Please sign in to comment.