Fix: jq output to /dev/null - Travis
parent
9d620dd7a5
commit
ab249aee71
|
@ -14,4 +14,4 @@ install:
|
||||||
- popd
|
- popd
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cat */*/*.json | jq .
|
- cat */*/*.json | jq . 2&>/dev/nul
|
||||||
|
|
Loading…
Reference in New Issue