Skip to content

Commit

Permalink
Upgrade dev tools (#354)
Browse files Browse the repository at this point in the history
* Upgrade php-cs-fixer

* Upgrade phpunit

* Make php7.3 tests mandatory, add optional 7.4
  • Loading branch information
slavcodev authored Jul 1, 2019
1 parent a0d3805 commit afd4f1b
Show file tree
Hide file tree
Showing 2 changed files with 596 additions and 350 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
Loading

0 comments on commit afd4f1b

Please sign in to comment.