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

Commit 4195c17

Browse files
committed
Stop commiting compser.lock
With weekly releases, it creates more work than it saves
1 parent 924ed37 commit 4195c17

File tree

4 files changed

+3
-375
lines changed

4 files changed

+3
-375
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/vendor/
22
/docs/.bundle
33
/docs/vendor/
4+
composer.lock
45
*.swp

.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

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ sudo: required
22
language: generic
33
services: docker
44
env:
5+
- HHVM_VERSION=4.1-latest
6+
- HHVM_VERSION=4.2-latest
57
- HHVM_VERSION=latest
68
- HHVM_VERSION=nightly
79
install:

composer.lock

Lines changed: 0 additions & 372 deletions
This file was deleted.

0 commit comments

Comments
 (0)