diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-03-05 21:36:47 -0500 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-03-05 21:36:47 -0500 |
commit | b8e0bbafc40cf7505c8ca8f6939977ea3e1d3510 (patch) | |
tree | 2ada1e9ff20130a1892be69f1a7fad6b3a8647c3 /.travis.yml | |
parent | 1830839b75fcb852b9aff9141f659c027e09061f (diff) |
Travis doesn't have PHP 5.2.3. Test against 5.3 / 5.4 / 5.5.
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 8178c687..ccaaae19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: php php: - - 5.2.3 - 5.3 - 5.4 - 5.5 |