wings/.travis.yml

14 lines
151 B
YAML
Raw Normal View History

2017-06-26 09:15:19 +00:00
language: go
go:
2017-06-26 11:36:17 +00:00
- 1.9.x
2017-06-26 09:15:19 +00:00
- master
install:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure
2017-06-26 09:43:56 +00:00
script:
- go build -o wings
2017-06-26 11:36:17 +00:00
- go test