From 55603a0acbdc1915c08d3bb21e296ff79bd1e67a Mon Sep 17 00:00:00 2001 From: jgen Date: Sun, 23 Feb 2014 03:07:19 -0500 Subject: [PATCH] Yay, the Travis tests are working now! Let's increase the number of PHP versions to test with. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index bd26f503..98b15f66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ php: # Here is where we can list the versions of PHP you want to test against # using major version aliases - 5.3 + - 5.4 + - 5.5 # optionally specify a list of environments, for example to test different RDBMS env: