Travis build: 860

This commit is contained in:
Rohit Tanwar
2018-02-14 08:37:12 +00:00
parent c2214776dd
commit dba4fcf4c3
2 changed files with 1 additions and 1 deletions

0
.travis/push.sh Normal file → Executable file
View File

View File

@ -568,7 +568,7 @@ def byte_size(string):
```py
byte_size('😀') # 4
byte_size('Hello World') # 11
byte_size('Hello Wor') # 11
```
</details>