Skip to content

Commit c0e87e6

Browse files
committed
Stop versioning composer.lock
`composer.lock` should only be versioned for projects, not for libraries.
1 parent cd1ff11 commit c0e87e6

File tree

3 files changed

+3
-1480
lines changed

3 files changed

+3
-1480
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
vendor/
1+
/composer.lock
2+
/vendor/

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ matrix:
1717
php: "5.3"
1818
dist: precise
1919
sudo: false
20-
before_script: rm composer.lock && composer install
20+
before_script: composer install
2121
script: ./vendor/bin/phpunit --coverage-clover build/coverage/xml
2222
after_script: ./vendor/bin/codacycoverage clover build/coverage/xml

0 commit comments

Comments
 (0)