Browse Source

[Test] Disable php5.4

Thomas Rabaix 13 years ago
parent
commit
2bacee1a4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,7 +1,7 @@
 language: php
 php:
   - 5.3
-  - 5.4
+  # - 5.4
   
 env:
   - SYMFONY_VERSION=v2.0.5