diff options
author | Timothy Warren <tim@timshomepage.net> | 2012-03-23 15:11:07 +0100 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2012-03-23 15:11:07 +0100 |
commit | a963fbfa8445ec6124ca2e676dbf1ae1a5adb549 (patch) | |
tree | 3bafafc4d3fac2291f497e81fd539a007d34efee | |
parent | 2cae193647045a83014972d2aae908e7ea0ac8f3 (diff) |
Make travis test on multiple php versions
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 032bf9df5..2584e8ac2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: php -phps: +php: - 5.2 - 5.3 - 5.4 |