Enable elm-test in .travis.yml

This commit is contained in:
Jasper Woudenberg 2018-03-27 16:22:18 +02:00
parent 19e58c4c23
commit d41b889c2a

View File

@ -31,6 +31,5 @@ script:
# Check if all exposed modules compile.
- elm-package diff
- elm-format --validate src tests styleguide-app
# Uncomment this once we have tests in this repo.
# - elm test
- elm test
- cd styleguide-app && elm-make Main.elm -- output=elm.js