Skip to content

Commit

Permalink
Reintroduce whitespace into README.
Browse files Browse the repository at this point in the history
  • Loading branch information
pelson committed Jun 5, 2016
1 parent 211505a commit 5085dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_smithy/templates/README.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Current build status
====================
{% set appveyor_name = github.repo_name.replace('_', '-').replace('.', '-') %}
Linux: [![Circle CI](https://circleci.com/gh/{{github.user_or_org}}/{{github.repo_name}}.svg?style=svg)](https://circleci.com/gh/{{github.user_or_org}}/{{github.repo_name}})
OSX: [![TravisCI](https://travis-ci.org/{{github.user_or_org}}/{{github.repo_name}}.svg?branch=master)](https://travis-ci.org/{{github.user_or_org}}/{{github.repo_name}})
OSX: [![TravisCI](https://travis-ci.org/{{github.user_or_org}}/{{github.repo_name}}.svg?branch=master)](https://travis-ci.org/{{github.user_or_org}}/{{github.repo_name}})
Windows: [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/{{github.user_or_org}}/{{appveyor_name}}?svg=True)](https://ci.appveyor.com/project/{{github.user_or_org}}/{{appveyor_name}}/branch/master)

Current release info
Expand Down

0 comments on commit 5085dab

Please sign in to comment.