exercism / sml

Exercism exercises in Standard ML.
https://exercism.org/tracks/sml
MIT License
27 stars 35 forks source link

Travis CI: Bump Poly/ML from 5.7 to 5.8 #128

Closed sshine closed 4 years ago

sshine commented 4 years ago

A new (March 2019) version of Poly/ML is available:

https://github.com/polyml/polyml/releases

An easy fix is to just update .travis.yml with this version bump.

A more laborious fix would be to somehow cache the compiled binary so that we don't build it every time Travis CI starts. Impressively, though, it still only runs for 49 seconds at this point in time, so perhaps it isn't really critical at all. https://travis-ci.org/exercism/sml/builds/656188797#L185

sshine commented 4 years ago

@k4rtik: If you're looking for a first contribution, here is a low-hanging fruit!

k4rtik commented 4 years ago

Sure, please assign it to me.

sshine commented 4 years ago

Feel free to choose your preferred scope and submit a pull request.