mirror of
https://github.com/correl/elm-mdl.git
synced 2024-11-15 03:00:12 +00:00
Added small demos to .travis.yml
This commit is contained in:
parent
7a918ed60c
commit
dfda38d0c1
1 changed files with 3 additions and 0 deletions
|
@ -3,4 +3,7 @@ install:
|
|||
- npm install -g elm
|
||||
- elm-package install -y
|
||||
script:
|
||||
- elm-make --yes examples/Component.elm
|
||||
- elm-make --yes examples/Component-TEA.elm
|
||||
- elm-make --yes examples/Demo.elm
|
||||
|
||||
|
|
Loading…
Reference in a new issue