Explorar el Código

composer is preinstalled, but just to be extra sure, lets update it to the latest version

Lukas Kahwe Smith hace 11 años
padre
commit
16da6d7a8a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -5,8 +5,8 @@ php:
   - 5.4
 
 before_script:
-    - curl -s http://getcomposer.org/installer | php
-    - php composer.phar install --dev
+    - comoser self-update
+    - composer install --dev
 
 script: phpunit --coverage-clover clover