Skip to content

Commit aa1f30e

Browse files
committed
Remove Travis-based CI
1 parent 68d03a6 commit aa1f30e

File tree

4 files changed

+1
-70
lines changed

4 files changed

+1
-70
lines changed

.travis.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ version = "0.5.0"
1515
features = ["stm32f303xc", "rt", "stm32-usbd"]
1616
targets = ["thumbv7em-none-eabihf"]
1717

18-
[badges]
19-
travis-ci = { repository = "stm32-rs/stm32f3xx-hal" }
20-
2118
[dependencies]
2219
cortex-m = "0.6"
2320
cortex-m-rt = "0.6"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# stm32f3xx-hal
22

3-
[![Build Status](https://travis-ci.com/stm32-rs/stm32f3xx-hal.svg)](https://travis-ci.com/stm32-rs/stm32f3xx-hal)
3+
[![Build Status](https://github.com/stm32-rs/stm32f3xx-hal/workflows/CI/badge.svg)](https://github.com/stm32-rs/stm32f3xx-hal/actions)
44
[![Crate](https://img.shields.io/crates/v/stm32f3xx-hal.svg)](https://crates.io/crates/stm32f3xx-hal)
55
[![Docs](https://docs.rs/stm32f3xx-hal/badge.svg)](https://docs.rs/stm32f3xx-hal)
66

ci/build.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)