mirror of
https://github.com/correl/elm-mdl.git
synced 2025-01-12 19:25:47 +00:00
Adds Travis CI config
Added initial travis config Updated travis config Tried without -before script
This commit is contained in:
parent
8e7a62dfa3
commit
8aed94ab15
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