mirror of https://github.com/docker/docs.git
Update .travis.yml
This commit is contained in:
parent
953f850dbe
commit
9c48754a06
|
|
@ -1,12 +1,8 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
install:
|
|
||||||
- go get code.google.com/p/go.tools/cmd/cover
|
|
||||||
- go get -d -v ./... && go build -v ./...
|
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.3
|
- 1.3
|
||||||
- 1.4
|
- 1.4
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -v -cover ./...
|
- go test -v ./...
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue