8000 Ignore composer.lock · clue/reactphp-packagist-api@05d17ba · GitHub
[go: up one dir, main page]

Skip to content

Commit 05d17ba

Browse files
committed
Ignore composer.lock
1 parent f61d899 commit 05d17ba

File tree

3 files changed

+3
-576
lines changed

3 files changed

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

0 commit comments

Comments
 (0)
0