1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-29 19:08:12 +00:00

travis: run new checks

This commit is contained in:
matejcik 2018-08-23 18:32:12 +02:00
parent 70d1ae268d
commit 1a01c5d686

View File

@ -9,7 +9,7 @@ cache:
- $HOME/.cache/pip - $HOME/.cache/pip
python: python:
- "3.5" - "3.6"
install: install:
- pip install demjson - pip install demjson
@ -18,7 +18,8 @@ install:
script: script:
- jsonlint defs/*.json - jsonlint defs/*.json
- jsonlint defs/*/*.json - jsonlint defs/*/*.json
- python tools/coin_gen.py check - python tools/cointool.py check
- python tools/support.py check --ignore-tokens --ignore-missing
notifications: notifications:
webhooks: webhooks: