Skip to content

Commit 3a10365

Browse files
authored
Merge pull request #79 from Moredread/patch-1
Link build badge to Travis page
2 parents a3336fd + d7012fd commit 3a10365

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
@@ -1,6 +1,6 @@
11
# Rayon
22

3-
![Build status](https://travis-ci.org/nikomatsakis/rayon.svg?branch=master)
3+
[![Build Status](https://travis-ci.org/nikomatsakis/rayon.svg?branch=master)](https://travis-ci.org/nikomatsakis/rayon)
44

55
Rayon is a data-parallelism library for Rust. It is extremely
66
lightweight and makes it easy to convert a sequential computation into

0 commit comments

Comments
 (0)