Skip to content

Commit

Permalink
Merge pull request #294 from Crizz0/composer-update-1.0.0
Browse files Browse the repository at this point in the history
Updates composer to version 1.0.0
  • Loading branch information
gn36 committed Apr 12, 2016
2 parents d2d22ac + d8c64d1 commit 8542b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ php:
- 5.5

install:
- if [ "${TRAVIS_PHP_VERSION}" = '5.3.3' ]; then composer config -g disable-tls true; fi;
- if [ "${TRAVIS_PHP_VERSION}" = '5.3.3' ]; then composer config -g secure-http false; fi;
- php composer.phar install --dev --no-interaction --prefer-source

before_script:
Expand Down
Binary file modified composer.phar
Binary file not shown.

0 comments on commit 8542b87

Please sign in to comment.