Added small demos to .travis.yml

This commit is contained in:
Søren Debois 2016-04-06 22:05:04 +02:00
parent 7a918ed60c
commit dfda38d0c1

View file

@ -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