1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 03:19:05 +00:00
trezor-firmware/.travis.yml

25 lines
420 B
YAML
Raw Normal View History

2017-11-14 01:18:28 +00:00
language: python
# Runs jobs on container based infrastructure
sudo: false
# Saves pip downloads/wheels between builds
cache:
directories:
- $HOME/.cache/pip
python:
- "3.5"
script:
- python coins-check.py
2018-04-24 14:14:45 +00:00
- cd defs/coins && python combine.py
2017-11-14 01:18:28 +00:00
notifications:
webhooks:
urls:
- http://ci-bot.satoshilabs.com:5000/travis
on_success: always
on_failure: always
on_start: always