mirror of https://github.com/docker/docs.git
Update .travis.yml
This commit is contained in:
parent
f72839a8fa
commit
d7dfc564e5
|
|
@ -2,6 +2,7 @@ language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.3
|
- 1.3
|
||||||
|
- 1.4
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -v ./...
|
- go test -v -cover ./...
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue