diff --git a/.travis.yml b/.travis.yml index 392335d..a77f097 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,11 @@ php: - 7.1 - 7.2 - 7.3 + - 7.4snapshot + +matrix: + allow_failures: + - php: 7.4snapshot before_script: - composer install