1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-16 17:42:02 +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 # simple Travis file to run style-checks until our internal CI can process external PRs
language: python language: python
dist: xenial
sudo: false sudo: false
python: python:
- "3.6" - "3.6"
@ -14,6 +15,7 @@ addons:
apt: apt:
packages: packages:
clang-format clang-format
graphviz
install: install: