Max Leonard Inden
9ec25d84c5
test: Introduce elm-test package
...
Adding two basic (fuzz-) tests for Utils.Filter.parseMatcher. Including
tests in Travis runs. Adding make target "test" and "dev-server".
2017-04-25 12:03:02 +02:00
Max Leonard Inden
a8d7f92c66
test: Ensure bindata.go is always up to date
...
This adds three more steps to the Travis tests.
1. Compile Elm -> script.js
2. Bundle html.index & script.js -> bindata.go
3. Check if bindata.go hasn't changed
2017-04-25 11:33:57 +02:00
Max Leonard Inden
f50a9ef9db
test: Add elm-format + elm-make job to ci
...
This runs elm-format and elm-make inside a docker container which servs
the Elm environment.
Related to issue #671
2017-04-07 11:19:42 +02:00