Skip to content

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ma6254 committed Mar 7, 2019
1 parent 6e092d9 commit 1a1037a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: go
go:
- 1.x
- "1.10"
- 1.11.x
- master
script:
- go build github.com/ma6254/FictionDown/cmd/FictionDown
notifications:
email:
recipients:
- [email protected]
- [email protected]
- [email protected]
on_success: change
on_failure: always
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

用于下载盗版网络小说

[![last-commit](https://img.shields.io/github/last-commit/ma6254/FictionDown.svg)](https://github.com/ma6254/FictionDown/commits)
[![Download Count](https://img.shields.io/github/downloads/ma6254/FictionDown/total.svg)](https://github.com/ma6254/FictionDown/releases)

[![godoc](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/ma6254/FictionDown/)

[![travis-ci](https://www.travis-ci.org/ma6254/FictionDown.svg?branch=master)](https://ci.appveyor.com/project/ma6254/FictionDown)


## 特性

1. 以起点为样本,多站点多线程爬取校对
Expand Down
Empty file removed biquge/biquge.go
Empty file.
3 changes: 3 additions & 0 deletions fictiondown.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/*Package FictionDown is a Fiction download tool
*/
package FictionDown

0 comments on commit 1a1037a

Please sign in to comment.