Skip to content

Commit 3aa4c00

Browse files
bors[bot]taiki-e
andauthored
Merge #513
513: Update build status badge to GitHub Actions r=jeehoonkang a=taiki-e Co-authored-by: Taiki Endo <[email protected]>
2 parents 5b8bdf8 + 36f19e3 commit 3aa4c00

File tree

8 files changed

+15
-18
lines changed

8 files changed

+15
-18
lines changed

Cargo.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ documentation = "https://docs.rs/crossbeam"
1515
description = "Tools for concurrent programming"
1616
keywords = ["atomic", "garbage", "non-blocking", "lock-free", "rcu"]
1717
categories = ["concurrency", "memory-management", "data-structures", "no-std"]
18-
exclude = ["/ci/*", "/.travis.yml", "/bors.toml"]
19-
20-
[badges]
21-
travis-ci = { repository = "crossbeam-rs/crossbeam" }
18+
exclude = ["/ci/*", "/bors.toml"]
2219

2320
[features]
2421
default = ["std"]

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Crossbeam
22

3-
[![Build Status](https://travis-ci.org/crossbeam-rs/crossbeam.svg?branch=master)](
4-
https://travis-ci.org/crossbeam-rs/crossbeam)
3+
[![Build Status](https://github.com/crossbeam-rs/crossbeam/workflows/CI/badge.svg)](
4+
https://github.com/crossbeam-rs/crossbeam/actions)
55
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](
66
https://github.com/crossbeam-rs/crossbeam)
77
[![Cargo](https://img.shields.io/crates/v/crossbeam.svg)](

crossbeam-channel/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Crossbeam Channel
22

3-
[![Build Status](https://travis-ci.org/crossbeam-rs/crossbeam.svg?branch=master)](
4-
https://travis-ci.org/crossbeam-rs/crossbeam)
3+
[![Build Status](https://github.com/crossbeam-rs/crossbeam/workflows/CI/badge.svg)](
4+
https://github.com/crossbeam-rs/crossbeam/actions)
55
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](
66
https://github.com/crossbeam-rs/crossbeam-channel)
77
[![Cargo](https://img.shields.io/crates/v/crossbeam-channel.svg)](

crossbeam-deque/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Crossbeam Deque
22

3-
[![Build Status](https://travis-ci.org/crossbeam-rs/crossbeam.svg?branch=master)](
4-
https://travis-ci.org/crossbeam-rs/crossbeam)
3+
[![Build Status](https://github.com/crossbeam-rs/crossbeam/workflows/CI/badge.svg)](
4+
https://github.com/crossbeam-rs/crossbeam/actions)
55
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](
66
https://github.com/crossbeam-rs/crossbeam-deque)
77
[![Cargo](https://img.shields.io/crates/v/crossbeam-deque.svg)](

crossbeam-epoch/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Crossbeam Epoch
22

3-
[![Build Status](https://travis-ci.org/crossbeam-rs/crossbeam.svg?branch=master)](
4-
https://travis-ci.org/crossbeam-rs/crossbeam)
3+
[![Build Status](https://github.com/crossbeam-rs/crossbeam/workflows/CI/badge.svg)](
4+
https://github.com/crossbeam-rs/crossbeam/actions)
55
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](
66
https://github.com/crossbeam-rs/crossbeam-epoch)
77
[![Cargo](https://img.shields.io/crates/v/crossbeam-epoch.svg)](

crossbeam-queue/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Crossbeam Queue
22

3-
[![Build Status](https://travis-ci.org/crossbeam-rs/crossbeam.svg?branch=master)](
4-
https://travis-ci.org/crossbeam-rs/crossbeam)
3+
[![Build Status](https://github.com/crossbeam-rs/crossbeam/workflows/CI/badge.svg)](
4+
https://github.com/crossbeam-rs/crossbeam/actions)
55
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](
66
https://github.com/crossbeam-rs/crossbeam-queue/tree/master/src)
77
[![Cargo](https://img.shields.io/crates/v/crossbeam-queue.svg)](

crossbeam-skiplist/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Crossbeam Skiplist
22

3-
[![Build Status](https://travis-ci.org/crossbeam-rs/crossbeam.svg?branch=master)](
4-
https://travis-ci.org/crossbeam-rs/crossbeam)
3+
[![Build Status](https://github.com/crossbeam-rs/crossbeam/workflows/CI/badge.svg)](
4+
https://github.com/crossbeam-rs/crossbeam/actions)
55
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](
66
https://github.com/crossbeam-rs/crossbeam-skiplist)
77
[![Cargo](https://img.shields.io/crates/v/crossbeam-skiplist.svg)](

crossbeam-utils/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Crossbeam Utils
22

3-
[![Build Status](https://travis-ci.org/crossbeam-rs/crossbeam.svg?branch=master)](
4-
https://travis-ci.org/crossbeam-rs/crossbeam)
3+
[![Build Status](https://github.com/crossbeam-rs/crossbeam/workflows/CI/badge.svg)](
4+
https://github.com/crossbeam-rs/crossbeam/actions)
55
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](
66
https://github.com/crossbeam-rs/crossbeam-utils/tree/master/src)
77
[![Cargo](https://img.shields.io/crates/v/crossbeam-utils.svg)](

0 commit comments

Comments
 (0)