Browse Source

Test PHP 5.3 on Precise

Jan Schulte 8 years ago
parent
commit
ccd94068c0
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

@@ -14,7 +14,6 @@ addons:
       - parallel
 
 php:
-  - 5.3
   - 5.4
   - 5.5
   - 5.6
@@ -24,6 +23,9 @@ php:
   - nightly
 
 matrix:
+  include:
+    - dist: precise
+      php: 5.3
   fast_finish: true
   allow_failures:
     - php: nightly