diff --git a/.travis.yml b/.travis.yml index 69b6cddace..2e3ab7a830 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ php: - 7.1 - 7.2 - 7.3 + - 7.4snapshot addons: apt: @@ -57,7 +58,10 @@ matrix: env: DB=pgsql USER=postgres DBPASS=password DBUSER=postgres COVERAGE=true - php: 7.2 env: DB=pgsql USER=postgres DBPASS=password DBUSER=postgres COVERAGE=true + - php: 7.4snapshot + env: DB=pgsql USER=postgres DBPASS=password DBUSER=postgres COVERAGE=true allow_failures: + - php: 7.4snapshot # Use for coverage report - php: 7.3 env: DB=pgsql USER=postgres DBPASS=password DBUSER=postgres COVERAGE=true