Skip to content

Commit 133eb1d

Browse files
committed
Ignore composer.lock
1 parent b620034 commit 133eb1d

3 files changed

Lines changed: 3 additions & 359 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ php:
33
- 5.3
44
- 5.4
55
- hhvm
6-
before_script:
7-
- composer install --dev --dev --prefer-source --no-interaction
6+
install:
7+
- composer install --prefer-source --no-interaction
88
script:
99
- phpunit --coverage-text

composer.lock

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

0 commit comments

Comments
 (0)