diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2013-03-05 21:34:43 -0500 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2013-03-05 21:34:43 -0500 |
| commit | 1830839b75fcb852b9aff9141f659c027e09061f (patch) | |
| tree | 70ba282890829cb91600c52aa698e6e21a0e7477 | |
| parent | d2577c066ba7698583c4a7fd823751876dadab6e (diff) | |
Test against 5.2.3, our minimum version.
Also test against 5.3, 5.4 and 5.5 to be forward looking
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2f564a11..8178c687 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: php php: - - "5.3" + - 5.2.3 + - 5.3 + - 5.4 + - 5.5 services: - mysql |
