elm-mdl/.travis.yml

7 lines
123 B
YAML
Raw Normal View History

language: haskell
install:
- npm install -g elm
- elm-package install -y
script:
- elm-make --yes examples/Demo.elm