mirror of
https://github.com/correl/elm-mdl.git
synced 2024-11-23 11:09:51 +00:00
7 lines
103 B
YAML
7 lines
103 B
YAML
language: haskell
|
|
install:
|
|
- npm install -g elm
|
|
- elm-package install -y
|
|
script:
|
|
- make test
|
|
|