Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
xalanq committed Apr 9, 2019
1 parent a1e6ebf commit 76082b2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
language: go

go:
- "1.6"
- "1.7"
- "1.8"
- "1.9"
- "1.10"
- "1.11"
- "1.12"
- "master"

Expand Down
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,22 @@ Codeforces Tool is written by Golang. **It does not contain any browser driver**

## Features

* [x] Submit a code to contest and **watch status dynamically**.
* [x] List problems statis in a contest.
* [x] Generate problem samples(parallel).
* [x] Support code templates.
* [x] Cross-platform.
* [x] Colorful.
* [x] Test samples.
* [ ] Download someone's codes.
* [ ] Support for russian.
* [ ] Scrape problems? I think we need to discuss for it. It's not a technical problem...[issue #1](https://github.com/xalanq/cf-tool/issues/1)
* Submit a code to contest and **watch status dynamically**.
* List problems statis in a contest.
* Generate problem samples(parallel).
* Support code templates.
* Cross-platform.
* Colorful CLI.
* Test samples.

Contributing is always welcome!

## TODO

* Download someone's codes.
* Support for russian.
* Scrape problems? I think we need to discuss for it. It's not a technical problem...[issue #1](https://github.com/xalanq/cf-tool/issues/1)

## Install

You can download the pre-compiled binary file in [here](https://github.com/xalanq/cf-tool/releases).
Expand Down

0 comments on commit 76082b2

Please sign in to comment.