lambdarouter/.travis.yml

12 lines
197 B
YAML
Raw Normal View History

language: go
go:
- "1.x"
- "1.8"
- "1.10.x"
- master
install:
- "curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh"
- "dep ensure"
build:
- "go test -v ./*.go"