kobolog / gorb

IPVS on steroids – REST API, heartbeats, service discovery and more
GNU Lesser General Public License v3.0
809 stars 83 forks source link

Strip vendor #40

Closed guilhem closed 7 years ago

guilhem commented 7 years ago

Use glide install -v This make repository really standalone

kobolog commented 7 years ago

Hey @guilhem, I like this change! If you make it work with Travis, I'll merge it right away.

guilhem commented 7 years ago

@kobolog on my way ;)

guilhem commented 7 years ago

@kobolog should be ok + adding test (who can fail...)

codecov-io commented 7 years ago

Current coverage is 96.93% (diff: 100%)

Merging #40 into master will not change coverage

@@             master        #40   diff @@
==========================================
  Files            13         13          
  Lines           196        196          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            190        190          
  Misses            4          4          
  Partials          2          2          

Powered by Codecov. Last update 283faa1...667f7f3

guilhem commented 7 years ago

@kobolog annnnnnd it works :)

kobolog commented 7 years ago

Thank you!

guilhem commented 7 years ago

@kobolog don't forget to replace MY_KEY by your key. You can use travis CLI to do this :)

kobolog commented 7 years ago

Will do, thanks for pointing this out =)