deadfoxygrandpa / elm-test

A unit testing framework for Elm
MIT License
204 stars 21 forks source link

Update/add elm 0.15 binaries in elm-travis-cache #21

Closed chendrix closed 9 years ago

chendrix commented 9 years ago

How difficult would it be to add/update the 0.15 binaries to elm-travis-cache?

Or, alternatively, are there setup instructions to be able to generate our own binaries that can be wget in a travis build?

jvoigtlaender commented 9 years ago

Seen the npm elm installer? This might be a way to pull in the binaries in a travis build. Alternatively, the installer's repo contains 0.15 binaries (in the vendor directory) that you might be able to use.

chendrix commented 9 years ago

That worked quite nicely

On Travis it builds extremely quickly now.

You can see how I've used it in my .travis.yml