mirror of
https://github.com/correl/elm-mdl.git
synced 2024-12-25 11:11:13 +00:00
commit
b5665264a4
1 changed files with 6 additions and 0 deletions
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
language: haskell
|
||||
install:
|
||||
- npm install -g elm
|
||||
- elm-package install -y
|
||||
script:
|
||||
- elm-make --yes examples/Demo.elm
|
Loading…
Reference in a new issue