This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-consul
Watch
2
Star
0
Fork
You've already forked open-consul
0
Code
Issues
1
Pull Requests
Packages
Releases
Wiki
Activity
561d6c71e0
open-consul
/
.travis.yml
14 lines
94 B
YAML
Raw
Normal View
History
Unescape
Escape
Adding Travis file
2014-04-19 20:40:38 +00:00
language
:
go
go
:
Upgrades to Go 1.7 and fixes vet finding and TLS behavior change. (#2281) * Upgrades to Go 1.7 and fixes vet finding and TLS behavior change. * Fixes unit tests in a better manner by closing the client connection on errors. We traced through and realized that https://github.com/golang/go/issues/15709 causes the output from the client to get buffered, which cuts off the alert feedback due to the flush() call getting bypassed by the error return.
2016-11-08 02:15:26 +00:00
-
1.7
.3
Adding Travis file
2014-04-19 20:40:38 +00:00
Only build pushes to master and PR's on travis
2015-02-17 20:33:08 +00:00
branches
:
only
:
-
master
Adding Travis file
2014-04-19 20:40:38 +00:00
script
:
Only builds the binary stuff under master branch CI.
2016-10-25 20:49:57 +00:00
-
make ci
travis-ci: use newer build infra
2015-07-28 16:13:25 +00:00
sudo
:
false