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

Commit

Permalink
remove "rm composer.lock" from travis.sh
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #16

Differential Revision: D15035365

Pulled By: fredemmott

fbshipit-source-id: a8052d12e57a0bbcf085f463696ff9ee5b88b2d6
  • Loading branch information
fredemmott authored and facebook-github-bot committed Apr 22, 2019
1 parent 2a0e370 commit 42372bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ php --version
cd $(mktemp -d)
curl https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
)
if (hhvm --version | grep -q -- -dev); then
rm composer.lock
fi
composer install

hh_client
Expand Down

0 comments on commit 42372bf

Please sign in to comment.