Browse Source

also test PHP 5.3.2, since this is the official lowest supported PHP version

lsmith77 13 years ago
parent
commit
dfbed9f91d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -1,6 +1,7 @@
 language: php
 
 php:
+  - 5.3.2
   - 5.3
   - 5.4