Skip to content
Find file
Fetching contributors…
Cannot retrieve contributors at this time
13 lines (12 sloc) 150 Bytes
language: go
go:
- 1.3
- 1.4
- 1.5
- 1.6
- tip
install:
- bash scripts/gogetcookie.sh
- go get -t -v ./...
script:
- go test -v ./...
Something went wrong with that request. Please try again.