mirror of https://github.com/spf13/cobra.git
Merge pull request #159 from eparis/travis
Update travis to use more versions of go
This commit is contained in:
commit
664a3ab4a3
|
@ -1,7 +1,8 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.3
|
||||
- 1.3.3
|
||||
- 1.4.2
|
||||
- 1.5.1
|
||||
- tip
|
||||
script:
|
||||
- go test ./...
|
||||
|
|
Loading…
Reference in New Issue