2015-04-14 03:50:23 +00:00
|
|
|
language: go
|
|
|
|
|
|
|
|
go:
|
2016-12-14 02:53:38 +00:00
|
|
|
- 1.7
|
2015-09-08 15:07:10 +00:00
|
|
|
|
|
|
|
sudo: false
|
2015-04-14 03:50:23 +00:00
|
|
|
|
|
|
|
install:
|
|
|
|
- go get github.com/russross/blackfriday
|
|
|
|
- go get github.com/PuerkitoBio/goquery
|
2016-10-11 00:21:46 +00:00
|
|
|
- go get github.com/gorilla/mux
|
2017-01-19 15:45:36 +00:00
|
|
|
- go get github.com/microcosm-cc/bluemonday
|