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

Commit 42372bf

Browse files
fredemmottfacebook-github-bot
authored andcommitted
remove "rm composer.lock" from travis.sh
Summary: Pull Request resolved: #16 Differential Revision: D15035365 Pulled By: fredemmott fbshipit-source-id: a8052d12e57a0bbcf085f463696ff9ee5b88b2d6
1 parent 2a0e370 commit 42372bf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.sh

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ php --version
99
cd $(mktemp -d)
1010
curl https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
1111
)
12-
if (hhvm --version | grep -q -- -dev); then
13-
rm composer.lock
14-
fi
1512
composer install
1613

1714
hh_client

0 commit comments

Comments
 (0)