Fix: jq output to /dev/null - Travis

pull/8/head
Alexandre Dulaunoy 2016-08-04 16:56:34 +02:00
parent 9d620dd7a5
commit ab249aee71
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ install:
- popd
script:
- cat */*/*.json | jq .
- cat */*/*.json | jq . 2&>/dev/nul