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 build and codecov #23

Closed DonMcNamara closed 5 years ago

DonMcNamara commented 5 years ago

This PR fixes the TravisCI build and codecov. (Issue #21)

Right now the Travis build is running against go 1.10, 1.11 and tip. Using tip adds about 3 minutes to the build time, so maybe we should consider dropping that.

theodesp commented 5 years ago

Epic