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

Add Go 1.4 to Travis config

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

View file

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