Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#1957 from Maks3w/patch-2
Browse files Browse the repository at this point in the history
[Travis] Update Composer download command
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ php:

before_install:
- cp tests/TestConfiguration.php.travis tests/TestConfiguration.php
- curl -s http://getcomposer.org/installer | php
- curl -s https://getcomposer.org/installer | php -- --quiet
- php composer.phar install --dev

script:
Expand Down

0 comments on commit d9ca3c4

Please sign in to comment.