mirror of
https://github.com/correl/elm-mdl.git
synced 2024-11-23 19:19:52 +00:00
8aed94ab15
Added initial travis config Updated travis config Tried without -before script
6 lines
123 B
YAML
6 lines
123 B
YAML
language: haskell
|
|
install:
|
|
- npm install -g elm
|
|
- elm-package install -y
|
|
script:
|
|
- elm-make --yes examples/Demo.elm
|