TokTok / hs-msgpack-binary

Haskell implementation of MessagePack / msgpack.org
http://msgpack.org/
Other
16 stars 10 forks source link

Use hs-tools scripts to simplify Travis script. #70

Closed iphydf closed 4 years ago

iphydf commented 4 years ago

Also, we no longer need to write the version number to .travis.yml, because we can infer it from the travis tag. We couldn't do that before, because it's a bit of code we don't want to repeat in every repo. Now that it's common, we can write it and download it into each repo's build.


This change is Reviewable