Skip to content

Commit

Permalink
Fixes composer self update
Browse files Browse the repository at this point in the history
  • Loading branch information
austintoddj committed Oct 5, 2016
1 parent e7018db commit b5c1559
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,9 +7,9 @@ php:

before_install:
- mv .env.example .env
- travis_retry composer self-update

install:
- /home/travis/.phpenv/versions/5.5.9/bin/composer self-update
- composer install

script:
Expand Down

0 comments on commit b5c1559

Please sign in to comment.