1
0
Fork 0
mirror of https://github.com/spf13/cobra synced 2025-04-11 09:17:18 +00:00

Update Go versions in Travis config

See 
This commit is contained in:
bep 2015-04-01 19:04:27 +02:00
parent 79bd93d369
commit bea8ba9ce6

View file

@ -1,6 +1,7 @@
language: go
go:
- 1.1
- 1.3
- tip
script:
- go test ./...
- go build