deadfoxygrandpa / elm-test

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

elm-package isn't building on Travis CI #13

Closed deadfoxygrandpa closed 8 years ago

deadfoxygrandpa commented 9 years ago

@maxsnew Do you have any idea why all the Travis builds are failing on elm-package? It's building locally from the same 0.14 release tags.

deadfoxygrandpa commented 9 years ago

I worked around this for now by uploading precompiled binaries to a github.io page.

maxsnew commented 9 years ago

Sorry about this. It's because this pr still hasn't been accepted: https://github.com/elm-lang/elm-make/pull/3 and the 0.2 version is broken and the 0.2.1 and 0.2.2 versions use a newer version of optparse-applicative than elm-make allows.

maxsnew commented 9 years ago

Ugh and apparently travis' version of cabal doesn't support the --allow-newer option that would make this a one-fix in the .travis.yml

deadfoxygrandpa commented 8 years ago

No longer an issue as we're installing from NPM.