diff options
author | Markus Doits <markus.doits@stellenticket.de> | 2016-08-11 16:25:37 +0200 |
---|---|---|
committer | Markus Doits <markus.doits@stellenticket.de> | 2016-08-11 16:25:37 +0200 |
commit | 1a157a3af83099a4d9085b2f75a1a16351003661 (patch) | |
tree | 4f081e84a4d0a1a29f890c4a2a73f560a2541b9f | |
parent | 0d6688dcba4304605c29780d9e1e196b6e33664d (diff) | |
download | pronto-hlint-1a157a3af83099a4d9085b2f75a1a16351003661.tar.gz pronto-hlint-1a157a3af83099a4d9085b2f75a1a16351003661.tar.zst pronto-hlint-1a157a3af83099a4d9085b2f75a1a16351003661.zip |
fix travis badge url
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | # Pronto runner for ESLint (using eslint from npm) | 1 | # Pronto runner for ESLint (using eslint from npm) |
2 | 2 | ||
3 | [![Code Climate](https://codeclimate.com/github/doits/pronto-eslint-npm.png)](https://codeclimate.com/github/doits/pronto-eslint-npm) | 3 | [![Code Climate](https://codeclimate.com/github/doits/pronto-eslint-npm.png)](https://codeclimate.com/github/doits/pronto-eslint-npm) |
4 | [![Build Status](https://travis-ci.org/doits/pronto-eslint.png)](https://travis-ci.org/doits/pronto-eslint-npm) | 4 | [![Build Status](https://travis-ci.org/doits/pronto-eslint-npm.svg?branch=master)](https://travis-ci.org/doits/pronto-eslint-npm) |
5 | [![Gem Version](https://badge.fury.io/rb/pronto-eslint-npm.png)](http://badge.fury.io/rb/pronto-eslint-npm) | 5 | [![Gem Version](https://badge.fury.io/rb/pronto-eslint-npm.png)](http://badge.fury.io/rb/pronto-eslint-npm) |
6 | [![Dependency Status](https://gemnasium.com/doits/pronto-eslint-npm.png)](https://gemnasium.com/doits/pronto-eslint-npm) | 6 | [![Dependency Status](https://gemnasium.com/doits/pronto-eslint-npm.png)](https://gemnasium.com/doits/pronto-eslint-npm) |
7 | 7 | ||