diff options
author | Scott <scott@paragonie.com> | 2016-04-08 12:22:21 -0400 |
---|---|---|
committer | Scott <scott@paragonie.com> | 2016-04-08 12:22:21 -0400 |
commit | 15c9076968907910390125e48e0eceeefadf8abe (patch) | |
tree | f93b386d3dc84eca58bac68b04e9722f743ba4ed | |
parent | bc86ba4d9c7be5c79530e1640df1dda8486f67e3 (diff) | |
download | constant_time_encoding-15c9076968907910390125e48e0eceeefadf8abe.zip constant_time_encoding-15c9076968907910390125e48e0eceeefadf8abe.tar.gz constant_time_encoding-15c9076968907910390125e48e0eceeefadf8abe.tar.bz2 |
Remove PHP 5.3/5.4 from Travis, but leave it in composer.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 3fc9197..3a5adbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,6 @@ php: - "7.0" - "5.6" - "5.5" - - "5.4" - - "5.3" - "hhvm" matrix: |