Skip to content

Commit 9b951a6

Browse files
flowbishBurntSushi
authored andcommitted
readme: update travis-ci link
Looks like everything is moving over to travis-ci.com. PR rust-lang#560
1 parent 8977e35 commit 9b951a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ linear time with respect to the size of the regular expression and search text.
77
Much of the syntax and implementation is inspired
88
by [RE2](https://github.com/google/re2).
99

10-
[![Build Status](https://travis-ci.org/rust-lang/regex.svg?branch=master)](https://travis-ci.org/rust-lang/regex)
10+
[![Build Status](https://travis-ci.com/rust-lang/regex.svg?branch=master)](https://travis-ci.com/rust-lang/regex)
1111
[![Build status](https://ci.appveyor.com/api/projects/status/github/rust-lang/regex?svg=true)](https://ci.appveyor.com/project/rust-lang-libs/regex)
1212
[![Coverage Status](https://coveralls.io/repos/github/rust-lang/regex/badge.svg?branch=master)](https://coveralls.io/github/rust-lang/regex?branch=master)
1313
[![](https://meritbadge.herokuapp.com/regex)](https://crates.io/crates/regex)

0 commit comments

Comments
 (0)