Skip to content

Commit

Permalink
Run composer update instead of install in order to get correct depend…
Browse files Browse the repository at this point in the history
…encies for different PHP versions
  • Loading branch information
AydinHassan committed Feb 28, 2018
1 parent 1082a57 commit 521f9ac
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 @@ -8,7 +8,7 @@ php:

install:
- composer self-update
- composer install
- composer update

before_script:
- mkdir -p build/logs
Expand Down

0 comments on commit 521f9ac

Please sign in to comment.