theodesp / go-heaps

Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci
MIT License
96 stars 29 forks source link

Fix Travis and add Codecov #21

Closed theodesp closed 5 years ago

DonMcNamara commented 5 years ago

I think the person doing this would need admin rights on the repo.

You don't have sufficient rights to enable this repo on Travis. 
Please contact the admin to enable it or to receive admin rights yourself.
theodesp commented 5 years ago

When you fork you can also run the tests in your own repo.

DonMcNamara commented 5 years ago

Ahh, good point.

DonMcNamara commented 5 years ago

I opened a PR for this. Let me know what you think. I think it is a decent start, but could be cleaner.

theodesp commented 5 years ago

Ta!