Skip to content

Commit 9d37bbb

Browse files
author
Yannick Scherer
committed
adjust TravisCI badge.
1 parent c163a42 commit 9d37bbb

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
@@ -4,7 +4,7 @@ __rewrite-clj__ is a library offering mechanisms to easily rewrite Clojure/EDN d
44
way. It includes an EDN parser (based on [clojure.tools.reader](https://github.com/clojure/tools.reader)), a corresponding
55
printer, as well as an EDN-aware zipper implementation (based on [fast-zip](https://github.com/akhudek/fast-zip)).
66

7-
[![Build Status](https://travis-ci.org/xsc/rewrite-clj.png?branch=master)](https://travis-ci.org/xsc/rewrite-clj)
7+
[![Build Status](https://travis-ci.org/xsc/rewrite-clj.svg?branch=master)](https://travis-ci.org/xsc/rewrite-clj)
88
[![endorse](https://api.coderwall.com/xsc/endorsecount.png)](https://coderwall.com/xsc)
99

1010
This project is similar to Christophe Grand's [sjacket](https://github.com/cgrand/sjacket). In fact, I found it hard to _use_

0 commit comments

Comments
 (0)