Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

Commit

Permalink
Merge pull request #338 from ins0/feature/composer-update
Browse files Browse the repository at this point in the history
Feature: added composer self update
  • Loading branch information
Ocramius committed Jan 26, 2015
2 parents 59ebdfb + 3657dba commit fdad94e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ php:
- hhvm

install:
- composer install --prefer-source
- composer self-update
- composer update --prefer-source

before_script:
- cp config/autoload/travis.php.local.dist config/autoload/travis.local.php
Expand Down

0 comments on commit fdad94e

Please sign in to comment.