diff options
author | Andrew Barchuk <raindev@icloud.com> | 2016-03-14 08:25:59 +0200 |
---|---|---|
committer | Andrew Barchuk <raindev@icloud.com> | 2016-03-14 08:25:59 +0200 |
commit | 60b62c47b0f1296b00a7fa63fca12390f18e0d50 (patch) | |
tree | eb07da15957bbc1abc63bda0b5700b5b5b420cac /README.markdown | |
parent | 12b11b966fd55cc2dbd833bfb2bf1f151c7d6789 (diff) | |
download | hakyll-60b62c47b0f1296b00a7fa63fca12390f18e0d50.tar.gz |
Make Travis badge Retina ready
Use shields.io for a higher quality badge
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 87e5564..ecfb2b0 100644 --- a/README.markdown +++ b/README.markdown @@ -1,6 +1,6 @@ # hakyll -[![Build Status](https://secure.travis-ci.org/jaspervdj/hakyll.png?branch=master)](http://travis-ci.org/jaspervdj/hakyll) +[![Build Status](https://img.shields.io/travis/jaspervdj/hakyll.svg)](http://travis-ci.org/jaspervdj/hakyll) Hakyll is a static site generator library in Haskell. More information (including a tutorial) can be found on |