Skip to content

Commit b33b6bc

Browse files
committed
Fix link to travis
This lets one view the build log with a simple click
1 parent e62a653 commit b33b6bc

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
@@ -1,7 +1,7 @@
11
lazy-static.rs
22
==============
33

4-
![travis-ci status](https://travis-ci.org/Kimundi/lazy-static.rs.svg?branch=master)
4+
[![Travis-CI Status](https://travis-ci.org/Kimundi/lazy-static.rs.png?branch=master)](https://travis-ci.org/Kimundi/lazy-static.rs)
55

66
A macro for declaring lazily evaluated statics in Rust.
77

0 commit comments

Comments
 (0)