Skip to content

Commit 2b75a75

Browse files
committed
Changed TravisCI: YAMLLint feedback, made jsonlint a little more silent
1 parent f226128 commit 2b75a75

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
language: php
23
dist: trusty
34
sudo: required
@@ -35,7 +36,7 @@ install:
3536

3637
script:
3738
- find . -type f -name "*.yml" -print0 | xargs -0 -n1 yamllint
38-
- find . -type f -name "*.json" -print0 | xargs -0 -n1 jsonlint
39+
- find . -type f -name "*.json" -print0 | xargs -0 -n1 jsonlint -q
3940
- gpg --verify ./bin/install.sh.sig
4041
- shellcheck ./bin/install.sh
4142
- composer validate

grumphp.yml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1+
---
12
parameters:
2-
git_dir: .
3-
bin_dir: vendor/bin
4-
tasks:
5-
jsonlint:
6-
detect_key_conflicts: true
7-
composer: ~
8-
yamllint: ~
9-
securitychecker: ~
10-
git_conflict: ~
11-
npm_script:
12-
script: "test"
13-
triggered_by: [md]
14-
working_directory: "./"
15-
is_run_task: true
3+
git_dir: .
4+
bin_dir: vendor/bin
5+
tasks:
6+
jsonlint:
7+
detect_key_conflicts: true
8+
composer: ~
9+
yamllint: ~
10+
securitychecker: ~
11+
git_conflict: ~
12+
npm_script:
13+
script: "test"
14+
triggered_by: [md]
15+
working_directory: "./"
16+
is_run_task: true

0 commit comments

Comments
 (0)