Skip to content

Commit

Permalink
Update README for correct Travis link
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Kluth <[email protected]>
  • Loading branch information
Alexander Kluth committed Nov 13, 2019
1 parent efaf93d commit d244318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ notifications:
on_success: never
branches:
only:
- master
- master
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![crate](https://img.shields.io/crates/v/lucas_lehmer.svg)](https://crates.io/crates/lucas_lehmer)
[![documentation](https://docs.rs/lucas_lehmer/badge.svg)](https://docs.rs/lucas_lehmer)
![minimum rustc nightly](https://img.shields.io/badge/rustc-nightly-red.svg)
[![Travis status](https://travis-ci.org/dittusch/lucas_lehmer.svg?branch=master)](https://travis-ci.org/dittusch/lucas_lehmer)
[![Travis status](https://travis-ci.org/alexclooze/lucas_lehmer.svg?branch=master)](https://travis-ci.org/dittusch/lucas_lehmer)

Implementation of the [Lucas–Lehmer primality test](https://en.wikipedia.org/wiki/Lucas%E2%80%93Lehmer_primality_test) in Rust.

Expand Down

0 comments on commit d244318

Please sign in to comment.