Skip to content

Commit da93136

Browse files
committed
build updates to cache composer.lock
1 parent 148c229 commit da93136

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.scrutinizer.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ build:
1010
- ~/.composer/cache
1111
- tmp/
1212
- vendor/
13+
- composer.lock
1314
dependencies:
1415
override:
1516
- composer self-update

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ cache:
1616
- $HOME/.composer/cache/files
1717
- tmp/pear/download/
1818
- vendor/
19+
- composer.lock
1920
addons:
2021
code_climate:
2122
repo_token: $CODECLIMATE_REPO_TOKEN

0 commit comments

Comments
 (0)