Skip to content

Commit f5991c9

Browse files
author
sergio valverde
committed
Fix Travis CI Build Status badge
Travis CI builds were migrated from travis-ci.org to travis-ci.com. Point the Build Status badge to the correct url.
1 parent 667ac26 commit f5991c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ executed at runtime in order to be initialized.
88
This includes anything requiring heap allocations, like vectors or hash maps,
99
as well as anything that requires non-const function calls to be computed.
1010

11-
[![Travis-CI Status](https://travis-ci.org/rust-lang-nursery/lazy-static.rs.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/lazy-static.rs)
11+
[![Travis-CI Status](https://travis-ci.com/rust-lang-nursery/lazy-static.rs.svg?branch=master)](https://travis-ci.com/rust-lang-nursery/lazy-static.rs)
1212
[![Latest version](https://img.shields.io/crates/v/lazy_static.svg)](https://crates.io/crates/lazy_static)
1313
[![Documentation](https://docs.rs/lazy_static/badge.svg)](https://docs.rs/lazy_static)
1414
[![License](https://img.shields.io/crates/l/lazy_static.svg)](https://github.com/rust-lang-nursery/lazy-static.rs#license)

0 commit comments

Comments
 (0)