awesome-go/.travis.yml
Aleksandr Tihomirov 9b9606baba Update test to 1.7 and display correct sorting order (#1219)
* Update test to 1.7 and display correct sorting order

* Fix potential issue with goroutine exiting prematurely

* Better naming for category

* Remove unnecesarry format
2016-12-14 04:53:38 +02:00

12 lines
170 B
YAML

language: go
go:
- 1.7
sudo: false
install:
- go get github.com/russross/blackfriday
- go get github.com/PuerkitoBio/goquery
- go get github.com/gorilla/mux