Skip to content

Commit

Permalink
Merge pull request #152 from jsirish/bugfix/readme1.2badges
Browse files Browse the repository at this point in the history
README - 1.2 badges
  • Loading branch information
jsirish authored Mar 20, 2017
2 parents fb88e94 + 67397a5 commit 29c1e20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# SilverStripe Locator

[![Build Status](https://travis-ci.org/dynamic/silverstripe-locator.svg?branch=master)](https://travis-ci.org/dynamic/silverstripe-locator)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/dynamic/silverstripe-locator/badges/quality-score.png?b=1.1)](https://scrutinizer-ci.com/g/dynamic/silverstripe-locator/?branch=1.1)
[![Code Coverage](https://scrutinizer-ci.com/g/dynamic/silverstripe-locator/badges/coverage.png?b=1.1)](https://scrutinizer-ci.com/g/dynamic/silverstripe-locator/?branch=1.1)
[![Build Status](https://scrutinizer-ci.com/g/dynamic/silverstripe-locator/badges/build.png?b=1.1)](https://scrutinizer-ci.com/g/dynamic/silverstripe-locator/build-status/1.1)
[![codecov.io](https://codecov.io/github/dynamic/silverstripe-locator/coverage.svg?branch=master)](https://codecov.io/github/dynamic/silverstripe-locator?branch=master)
[![Build Status](https://travis-ci.org/dynamic/silverstripe-locator.svg?branch=1.2)](https://travis-ci.org/dynamic/silverstripe-locator)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/dynamic/silverstripe-locator/badges/quality-score.png?b=1.2)](https://scrutinizer-ci.com/g/dynamic/silverstripe-locator/?branch=1.2)
[![Code Coverage](https://scrutinizer-ci.com/g/dynamic/silverstripe-locator/badges/coverage.png?b=1.2)](https://scrutinizer-ci.com/g/dynamic/silverstripe-locator/?branch=1.2)
[![Build Status](https://scrutinizer-ci.com/g/dynamic/silverstripe-locator/badges/build.png?b=1.2)](https://scrutinizer-ci.com/g/dynamic/silverstripe-locator/build-status/1.2)
[![codecov.io](https://codecov.io/github/dynamic/silverstripe-locator/coverage.svg?branch=1.2)](https://codecov.io/github/dynamic/silverstripe-locator?branch=1.2)

SilverStripe Locator displays a filterable map of locations. You can choose whether to show all locations on load, or enable auto geocoding to filter the initial list based on the visitor's location.

Expand All @@ -15,7 +15,7 @@ SilverStripe Locator displays a filterable map of locations. You can choose whet

## Installation

`composer require "dynamic/silverstripe-locator" "dev-master"`
`composer require "dynamic/silverstripe-locator"`

Add `locator` and `addressable` to your `.gitignore`

Expand Down
1 change: 1 addition & 0 deletions tests/LocationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public function testFieldLabels()
'Category.Name' => 'Category',
'Featured.NiceAsBoolean' => 'Featured',
'Coords' => 'Coords',
'LatLngOverride' => 'Lat Lng Override',
);
$this->assertEquals($expected, $labels);
}
Expand Down

0 comments on commit 29c1e20

Please sign in to comment.