Skip to content

Commit 1314513

Browse files
committed
docs(README.md): fix badges
1 parent 8b4142f commit 1314513

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# @jcoreio/require-env
22

3-
[![Build Status](https://travis-ci.org/jcoreio/require-env.svg?branch=master)](https://travis-ci.org/jcoreio/require-env)
3+
[![CircleCI](https://circleci.com/gh/jcoreio/require-env.svg?style=svg)](https://circleci.com/gh/jcoreio/require-env)
44
[![Coverage Status](https://codecov.io/gh/jcoreio/require-env/branch/master/graph/badge.svg)](https://codecov.io/gh/jcoreio/require-env)
55
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
66
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
7+
[![npm version](https://badge.fury.io/js/%40jcoreio%2Frequire-env.svg)](https://badge.fury.io/js/%40jcoreio%2Frequire-env)
78

89
A simple function that returns the value of an environment variable, but **throws if it's not a non-empty string**.
910
Logs the entire environment to `console.error` to aid debugging.

0 commit comments

Comments
 (0)