Add php 7.4 for travis build (#393)

* add php  - os: linux

* Update .travis.yml
This commit is contained in:
Andrey Bolonin 2019-12-16 09:13:38 +02:00 committed by Arkadiusz Kondas
parent 3b34550c9c
commit 4075fa01b7
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ matrix:
- os: linux
php: '7.3'
- os: linux
php: '7.4'
cache:
directories:
- $HOME/.composer/cache