Skip to content

Commit

Permalink
Merge pull request #1 from lamoda/CloneException-patch-1
Browse files Browse the repository at this point in the history
Add scrutinizer and travis labels to README
  • Loading branch information
CloneException authored Mar 6, 2019
2 parents 2760ac6 + a1eedec commit 9777734
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Lamoda multi-env

[![Build Status](https://travis-ci.org/lamoda/multi-env.svg?branch=master)](https://travis-ci.org/lamoda/multi-env)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/lamoda/multi-env/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/lamoda/multi-env/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/lamoda/multi-env/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/lamoda/multi-env/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/lamoda/multi-env/badges/build.png?b=master)](https://scrutinizer-ci.com/g/lamoda/multi-env/build-status/master)

Library that provides classes to work with envs in multitenant environment

Library based on params passed to it on initialization stage will decide which env variable should be used
Expand Down Expand Up @@ -150,4 +156,4 @@ __host id__ in order \*__host id__\*, \*__delimiter__\*, \*__original env name__
$formatter = new PrefixEnvNameFormatter('__');
// Throw FormatterException if passed empty originalEnvName
$formatterName = $formatter->formatEnvName('originalEnvName', new HostId('test_host'));
```
```

0 comments on commit 9777734

Please sign in to comment.