Travis: Test against php 7.4 release version.

This commit is contained in:
Jan Böhmer 2019-12-11 20:33:38 +01:00
parent a81cd4d84b
commit 835087cd3f

View file

@ -11,7 +11,7 @@ php:
- '7.1'
- '7.2'
- '7.3'
- '7.4snapshot'
- '7.4'
install:
- composer install
@ -40,6 +40,4 @@ after_success:
- bash <(curl -s https://codecov.io/bash)
matrix:
fast_finish: true
allow_failures:
- php: 7.4snapshot
fast_finish: true