Browse Source

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

Lukas Kahwe Smith 11 năm trước cách đây
mục cha
commit
16da6d7a8a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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