mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-11-18 07:29:49 +00:00
set up CI
This commit is contained in:
parent
7cb6f96fd9
commit
330337743e
2 changed files with 14 additions and 0 deletions
0
bors.toml → .github/bors.toml
vendored
0
bors.toml → .github/bors.toml
vendored
14
.travis.yml
Normal file
14
.travis.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
language: rust
|
||||
|
||||
script:
|
||||
- true
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- staging
|
||||
- trying
|
||||
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
Loading…
Reference in a new issue