From 76082b2edbc86c024f5ac622030202a2366f22fc Mon Sep 17 00:00:00 2001 From: xalanq Date: Tue, 9 Apr 2019 21:15:05 +0800 Subject: [PATCH] Update travis --- .travis.yml | 6 ------ README.md | 23 +++++++++++++---------- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index 65ca3593..b08c11a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,6 @@ language: go go: -- "1.6" -- "1.7" -- "1.8" -- "1.9" -- "1.10" -- "1.11" - "1.12" - "master" diff --git a/README.md b/README.md index ae9d262f..2a749b62 100644 --- a/README.md +++ b/README.md @@ -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).