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

Commit 10768e5

Browse files
committed
Don't commit composer.lock
1 parent 0eb2bf2 commit 10768e5

File tree

3 files changed

+1
-658
lines changed

3 files changed

+1
-658
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ vendor/
22
*.swp
33
www.pid
44
.DS_Store
5+
composer.lock
56

67
# Elastic Beanstalk Files
78
.elasticbeanstalk/*

.travis.sh

Lines changed: 0 additions & 3 deletions
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)