Update .travis.yml

This commit is contained in:
Nebel 2018-01-03 14:00:22 +09:00 committed by GitHub
parent e5f9a50a97
commit 09bce1397b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,8 +8,14 @@ addons:
- cmake
- build-essential
- ninja-build
- python-dev
- libffi-dev
- libssl-dev
install:
- pip install yotta
script:
- yt build
notifications:
email:
on_success: change
on_failure: change