Explorar el Código

[Test] Disable php5.4

Thomas Rabaix hace 13 años
padre
commit
2bacee1a4f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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