choucrifahed / sbt-elm

Scala Build Tool (SBT) plugin for the Elm programming language
MIT License
42 stars 4 forks source link

Set up CI build #6

Open francisdb opened 7 years ago

francisdb commented 7 years ago

run sbt test on

That should catch bugs like #3

Should be quite trivial using travis, not sure how to make sure elm is installed

choucrifahed commented 7 years ago

Good idea ! I guess I need to fix issue #1 first.

francisdb commented 7 years ago

don't think so

this one for example combines a main haskell build with a elm install https://github.com/deadfoxygrandpa/elm-test/blob/master/.travis.yml

We could do the same with a main scala build