mirror of
https://github.com/kennethreitz/herald.git
synced 2026-06-21 15:10:59 +00:00
31c00b436a
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
11 lines
124 B
YAML
11 lines
124 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.9.4
|
|
|
|
before_install:
|
|
- go get -u github.com/golang/dep/cmd/dep
|
|
- dep ensure
|
|
|
|
script:
|
|
- go test |