elm-mdl/.travis.yml
2016-04-13 08:17:25 +02:00

7 lines
103 B
YAML

language: haskell
install:
- npm install -g elm
- elm-package install -y
script:
- make test