Create .travis.yml

This commit is contained in:
Nebel 2018-01-03 13:50:01 +09:00 committed by GitHub
parent b5c7603b61
commit 88ea2d55f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.travis.yml Normal file
View file

@ -0,0 +1,14 @@
language: python
sudo: false
python:
- 2.7
addons:
apt:
packages:
- cmake
- build-essential
- ninja-build
install:
- pip install yotta
script:
- yt build