Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Travis: don't allow PHP 7.4 build to fail
As PHP 7.4 has been released, the build against PHP 7.4 should no longer be allowed to fail. As that build was combined with the PHPStan check which - for now - should be allowed to fail, I've split the build into two: 1. a "normal" PHP 7.4 build which is not allowed to fail. 2. a PHPStan specific build which is allowed to fail.
- Loading branch information