Skip to content

Commit

Permalink
Removing composer.lock file before installing dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Brunette <n@tebru.net>
  • Loading branch information
natebrunette committed Mar 22, 2017
1 parent 43701d7 commit 18bae8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,7 @@ matrix:
env: dependencies=lowest

before_script:
- rm composer.lock
- composer install --no-interaction -o
- if [ "$dependencies" = "lowest" ]; then composer update -o --prefer-lowest; fi;

Expand Down

0 comments on commit 18bae8f

Please sign in to comment.