1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

ci: add details to travis

This commit is contained in:
matejcik 2019-05-13 18:04:30 +02:00
parent f098205f3e
commit 9d052e87e4

View File

@ -1,6 +1,7 @@
# simple Travis file to run style-checks until our internal CI can process external PRs
language: python
dist: xenial
sudo: false
python:
- "3.6"
@ -14,6 +15,7 @@ addons:
apt:
packages:
clang-format
graphviz
install: