Skip to content

Commit fa354ce

Browse files
committed
Migrate from travis-ci.org to .com
1 parent 6fc3458 commit fa354ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__ | |____ | |\ | \ /
77
(__)|_______||__| \__| \__/
88
```
9-
python-dotenv | [![Build Status](https://travis-ci.org/theskumar/python-dotenv.svg?branch=master)](https://travis-ci.org/theskumar/python-dotenv) [![Coverage Status](https://coveralls.io/repos/theskumar/python-dotenv/badge.svg?branch=master)](https://coveralls.io/r/theskumar/python-dotenv?branch=master) [![PyPI version](https://badge.fury.io/py/python-dotenv.svg)](http://badge.fury.io/py/python-dotenv) [![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/theskumar)
9+
python-dotenv | [![Build Status](https://travis-ci.com/theskumar/python-dotenv.svg?branch=master)](https://travis-ci.com/theskumar/python-dotenv) [![Coverage Status](https://coveralls.io/repos/theskumar/python-dotenv/badge.svg?branch=master)](https://coveralls.io/r/theskumar/python-dotenv?branch=master) [![PyPI version](https://badge.fury.io/py/python-dotenv.svg)](http://badge.fury.io/py/python-dotenv) [![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/theskumar)
1010
===============================================================================
1111

1212
Reads the key-value pair from `.env` file and adds them to environment
@@ -48,7 +48,7 @@ The value of a variable is the first of the values defined in the following list
4848
- Default value, if provided.
4949
- Empty string.
5050

51-
Ensure that variables are surrounded with `{}` like `${HOME}` as bare
51+
Ensure that variables are surrounded with `{}` like `${HOME}` as bare
5252
variables such as `$HOME` are not expanded.
5353

5454
```shell

0 commit comments

Comments
 (0)