mirror of
https://github.com/correl/elm-mdl.git
synced 2024-11-23 19:19:52 +00:00
7 lines
123 B
YAML
7 lines
123 B
YAML
|
language: haskell
|
||
|
install:
|
||
|
- npm install -g elm
|
||
|
- elm-package install -y
|
||
|
script:
|
||
|
- elm-make --yes examples/Demo.elm
|