delve/vendor/github.com/spf13/cobra/.travis.yml
Derek Parker 4e6d69e744 all: Vendor with Godeps & GO15EXPERIMENT
Use godeps to vendor dependencies and the normal go toolchain, with
GO15VENDOREXPERIMENT=1 set to properly vendor dependencies for reproducible
builds.
2015-09-30 18:25:02 -07:00

10 lines
94 B
YAML

language: go
go:
- 1.3.3
- 1.4.2
- 1.5.1
- tip
script:
- go test ./...
- go build