We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95e316 commit b78f605Copy full SHA for b78f605
2 files changed
.scrutinizer.yml
@@ -10,6 +10,7 @@ build:
10
- ~/.composer/cache
11
- tmp/
12
- vendor/
13
+ - composer.lock
14
dependencies:
15
override:
16
- composer self-update
.travis.yml
@@ -16,6 +16,7 @@ cache:
- $HOME/.composer/cache/files
17
- tmp/pear/download/
18
19
20
addons:
21
code_climate:
22
repo_token: $CODECLIMATE_REPO_TOKEN
0 commit comments