diff options
author | philip <philip@roshambo.org> | 2017-01-04 13:11:57 -0800 |
---|---|---|
committer | Davey Shafik <davey@php.net> | 2017-01-08 18:43:13 -0500 |
commit | 2c71d3e8399c7f114f5ef29b9786bba470ae8905 (patch) | |
tree | b4d737681bed746e0c0517913a4c5bcae7b896ca | |
parent | f27f41438680e55d3ac750ce740cc4ae37ba7a0b (diff) | |
download | php7-mysql-shim-2c71d3e8399c7f114f5ef29b9786bba470ae8905.zip php7-mysql-shim-2c71d3e8399c7f114f5ef29b9786bba470ae8905.tar.gz php7-mysql-shim-2c71d3e8399c7f114f5ef29b9786bba470ae8905.tar.bz2 |
Added 5.3+ test support, as requested for pull request #22
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1429800..b28381f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ language: php services: - mysql php: + - 5.3 + - 5.4 + - 5.5 - 5.6 - 7.0 - 7.1 |