mirror of
https://github.com/pikami/rss-dl.git
synced 2025-12-20 09:29:53 +00:00
Added Travis-CI configuration
This commit is contained in:
6
.travis.yml
Normal file
6
.travis.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
language: go
|
||||
matrix:
|
||||
include:
|
||||
- go: "1.11"
|
||||
install:
|
||||
- go get github.com/mmcdole/gofeed
|
||||
Reference in New Issue
Block a user