Skip to content

Commit f2fcbd6

Browse files
author
Sebastian McKenzie
authored
Merge pull request #135 from bestander/new-badge
added Circle badge
2 parents 4b45c44 + 1d25ee7 commit f2fcbd6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
<p align="center">
1414
<a href="https://travis-ci.org/facebook/fbkpm"><img alt="Travis Status" src="https://img.shields.io/travis/facebook/fbkpm/master.svg?style=flat&label=travis"></a>
15+
<a href="https://circleci.com/gh/facebook/fbkpm"><img alt="Circle Status" src="https://circleci.com/gh/facebook/fbkpm.svg?style=svg"></a>
1516
<a href="https://ci.appveyor.com/project/facebook/fbkpm/branch/master"><img alt="Appveyor Status" src="https://img.shields.io/appveyor/ci/facebook/fbkpm.svg?style=flat&label=appveyor"></a>
1617
<a href="https://codecov.io/github/facebook/fbkpm"><img alt="Coverage Status" src="https://img.shields.io/codecov/c/github/facebook/fbkpm/master.svg?style=flat"></a>
1718
</p>

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- nvm install 5
1414
- nvm install 6
1515
- nvm use 6 && nvm alias default 6
16-
# test only with npm 3 folder layout
16+
# test only with npm 3 folder layout
1717
# TODO start using kpm for node_modules installation once we have a version available
1818
- npm install
1919
cache_directories:

0 commit comments

Comments
 (0)