Skip to content

Commit af3df2d

Browse files
authored
chore: Add travis-ci build badge
1 parent 20cd816 commit af3df2d

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,6 +1,7 @@
11
# python-codeforces
22

33
[![Documentation Status](https://readthedocs.org/projects/python-codeforces/badge/?version=latest)](https://python-codeforces.readthedocs.io/en/latest/?badge=latest)
4+
[![Build Status](https://travis-ci.com/Mukundan314/python-codeforces.svg?branch=master)](https://travis-ci.com/Mukundan314/python-codeforces)
45

56
Codeforces API wrapper for python
67

@@ -36,7 +37,7 @@ cf-run [contestId] [index] [program]
3637

3738
Example:
3839

39-
```shell
40+
```
4041
$ gcc a.c -o ./out
4142
$ cf-run 1100 A ./out
4243
A. Roman and Browser

0 commit comments

Comments
 (0)