From 4075fa01b721bb49a18c9fffc63a000698d7ec89 Mon Sep 17 00:00:00 2001 From: Andrey Bolonin Date: Mon, 16 Dec 2019 09:13:38 +0200 Subject: [PATCH] Add php 7.4 for travis build (#393) * add php - os: linux * Update .travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 92c643b..30ee823 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,9 @@ matrix: - os: linux php: '7.3' + - os: linux + php: '7.4' + cache: directories: - $HOME/.composer/cache