From faa839ed3aa6ecb5fbda3873cafc4337ef195bd3 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Mon, 19 Feb 2018 19:01:32 +0100 Subject: Use jq instead of jsonlint As the jsonlint package from NPM causes problems and looks unmaintained, it'll be replaced with `jq` a well maintained project which allows to search through JSON files in a `grep`-like style, but knowing the JSON structure. Signed-off-by: Sheogorath --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c23ebcea..2ce5723c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,10 @@ jobs: - diff -q README.md README.md.orig language: generic - env: task=json-lint - install: npm install jsonlint + addons: + apt: + packages: + - jq script: - npm run jsonlint language: generic -- cgit v1.2.3