From ecbf11e1223fd53f605e7bbc152697001668da46 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 21 Jun 2018 16:39:04 +0200 Subject: [PATCH] travis: fix test --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 52b7fc4d39..2de72dd7b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,7 @@ install: - pip install --no-deps trezor script: - - jsonlint coins_details.json - - jsonlint defs/support.json + - jsonlint defs/*.json - cd defs/coins/tools && python build_coins.py notifications: