Add a .travis.yml just to check it builds (todo: tests)

This commit is contained in:
Michael Walker 2014-12-20 16:02:09 +00:00
parent 82e9241686
commit 0c879de41b

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: haskell
install:
- cabal install --only-dependencies
script:
- cabal configure
- cabal build