diff options
author | Bruce Wells <brucekwells@gmail.com> | 2019-12-01 02:41:36 +0300 |
---|---|---|
committer | Bruce Wells <brucekwells@gmail.com> | 2019-12-01 02:47:04 +0300 |
commit | 2db48eff956f5a63513685cb5b576b588c698912 (patch) | |
tree | dd8e7f7ff8b59ff8eff7c5a71364e0c452fe8684 /.travis.yml | |
parent | 84f3f967b71fc39bf61be13e46c89158ad0a34a9 (diff) |
PHP 7.4 support
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3a63f2f..a471c3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 7.1 - 7.2 - 7.3 + - 7.4 before_script: - wget http://getcomposer.org/composer.phar |