Skip to content

Commit

Permalink
Make php7.3 tests mandatory, add optional 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
slavcodev committed Jul 1, 2019
1 parent 14613b3 commit 2a796f9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ language: php
matrix:
fast_finish: true
include:
- php: 7.1
- php: "7.1"
env:
- EXECUTE_COVERAGE=true
- EXECUTE_CS_CHECK=true
- php: 7.2
- php: 7.3
- php: "7.2"
- php: "7.3"
- php: "7.4"
allow_failures:
- php: 7.3
- php: "7.4"

notifications:
email: false
Expand Down

0 comments on commit 2a796f9

Please sign in to comment.