This website requires JavaScript.
Explore
Help
Sign In
status-im
/
consul
Watch
2
Star
0
Fork
0
You've already forked consul
mirror of
https://github.com/status-im/consul.git
synced
2025-01-11 06:16:08 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
consul
/
.travis.yml
14 lines
94 B
YAML
Raw
Normal View
History
Unescape
Escape
Adding Travis file
2014-04-19 13:40:38 -07: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-07 18:15:26 -08:00
-
1.7
.3
Adding Travis file
2014-04-19 13:40:38 -07:00
Only build pushes to master and PR's on travis
2015-02-17 12:33:08 -08:00
branches
:
only
:
-
master
Adding Travis file
2014-04-19 13:40:38 -07:00
script
:
Only builds the binary stuff under master branch CI.
2016-10-25 13:49:57 -07:00
-
make ci
travis-ci: use newer build infra
2015-07-28 09:13:25 -07:00
sudo
:
false
Reference in New Issue
Copy Permalink