Merge pull request #20 from hakonrossebo/travisCI

Travis CI config
This commit is contained in:
Søren Debois 2016-03-26 12:12:01 +01:00
commit b5665264a4

6
.travis.yml Normal file
View file

@ -0,0 +1,6 @@
language: haskell
install:
- npm install -g elm
- elm-package install -y
script:
- elm-make --yes examples/Demo.elm