mirror of https://github.com/pikami/rss-dl.git
7 lines
99 B
YAML
7 lines
99 B
YAML
|
language: go
|
||
|
matrix:
|
||
|
include:
|
||
|
- go: "1.11"
|
||
|
install:
|
||
|
- go get github.com/mmcdole/gofeed
|