diff options
author | Bruce Wells <brucekwells@gmail.com> | 2019-10-31 04:57:59 +0300 |
---|---|---|
committer | Bruce Wells <brucekwells@gmail.com> | 2019-10-31 05:02:25 +0300 |
commit | 7988714aaac569b7cc39c3ad1831f12d54054fd7 (patch) | |
tree | ac756881772bbe8fe1c93bdab7f09283196d84ec /.travis.yml | |
parent | 6080fd414da7875dc9dce7136908247f08e14859 (diff) |
Upgrading PHPUnit and dropping support for 5.6 and 7.0
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 551e6ed..3a63f2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 5.6 - 7.1 - 7.2 - 7.3 |