Browse Source

Drop 5.3.2 since symfony2 can not run against it anymore

Jordi Boggiano 13 năm trước cách đây
mục cha
commit
474d5b8283
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -1,12 +1,11 @@
 language: php
 
 php: 
-  - 5.3.2
   - 5.3
   - 5.4
 
 before_script:
-  - wget -nc http://getcomposer.org/composer.phar
+  - curl -s http://getcomposer.org/installer | php
   - php composer.phar install
 
 script: phpunit -c tests/