Skip to content

Commit b806e23

Browse files
committed
Ignore composer.lock
1 parent c36bbeb commit b806e23

3 files changed

Lines changed: 2 additions & 402 deletions

File tree

.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
@@ -6,6 +6,6 @@ php:
66
services:
77
- redis-server
88
before_script:
9-
- composer update --dev --prefer-source --no-interaction
9+
- composer install --prefer-source --no-interaction
1010
script:
1111
- phpunit --coverage-text

0 commit comments

Comments
 (0)