microbit-life-of-game/.travis.yml

18 lines
257 B
YAML

language: python
sudo: false
python:
- 2.7
addons:
apt:
packages:
- cmake
- build-essential
- ninja-build
install:
- pip install -U yotta
script:
- yt build
notifications:
email:
on_success: change
on_failure: change