Merge pull request #154 from rust-embedded/ci

set up CI
This commit is contained in:
Berkus Decker 2019-03-07 09:23:54 +02:00 committed by GitHub
commit 73a920f010
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View file

14
.travis.yml Normal file
View file

@ -0,0 +1,14 @@
language: rust
script:
- true
branches:
only:
- master
- staging
- trying
notifications:
email:
on_success: never