Skip to content

Commit ddb7c8b

Browse files
committed
Ignore composer.lock
1 parent d7450f8 commit ddb7c8b

File tree

3 files changed

+2
-235
lines changed

3 files changed

+2
-235
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/vendor
2+
/composer.lock

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ php:
44
- 5.6
55
- hhvm
66
install:
7-
- composer update --prefer-source --no-interaction
7+
- composer install --prefer-source --no-interaction
88
script:
99
- phpunit --coverage-text

composer.lock

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

0 commit comments

Comments
 (0)