Skip to content

Commit 061d2e9

Browse files
committed
Ignore composer.lock
1 parent 79aa224 commit 061d2e9

3 files changed

Lines changed: 2 additions & 487 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
@@ -7,6 +7,6 @@ matrix:
77
allow_failures:
88
- php: 5.3 # works locally?
99
install:
10-
- composer update --prefer-source --no-interaction
10+
- composer install --prefer-source --no-interaction
1111
script:
1212
- phpunit --coverage-text

0 commit comments

Comments
 (0)