This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cobra
mirror of
https://github.com/spf13/cobra.git
Watch
1
Star
0
Fork
You've already forked cobra
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5144a3aa19
cobra
/
.travis.yml
10 lines
97 B
YAML
Raw
Normal View
History
Unescape
Escape
Adding support for travis ci
2013-09-24 20:39:05 +04:00
language
:
go
go
:
Update travis to use more versions of go
2015-09-16 01:01:43 +03:00
-
1.3
.3
Set Go version to 1.4.2 in Travis config See #81
2015-04-01 20:20:00 +03:00
-
1.4
.2
Update travis to use more versions of go
2015-09-16 01:01:43 +03:00
-
1.5
.1
Update Go versions in Travis config See #81
2015-04-01 20:04:27 +03:00
-
tip
Adding support for travis ci
2013-09-24 20:39:05 +04:00
script
:
verbose testing on travis fixes #157
2015-11-06 19:10:10 +03:00
-
go test -v ./...
Adding support for travis ci
2013-09-24 20:39:05 +04:00
-
go build