elm-mdl/.travis.yml

8 lines
103 B
YAML
Raw Permalink Normal View History

language: haskell
install:
- npm install -g elm
- elm-package install -y
script:
2016-04-13 06:17:25 +00:00
- make test
2016-04-06 20:05:04 +00:00