mirror of
https://github.com/barrucadu/dejafu.git
synced 2025-01-03 11:13:06 +03:00
Add a .travis.yml just to check it builds (todo: tests)
This commit is contained in:
parent
82e9241686
commit
0c879de41b
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
||||
language: haskell
|
||||
|
||||
install:
|
||||
- cabal install --only-dependencies
|
||||
|
||||
script:
|
||||
- cabal configure
|
||||
- cabal build
|
Loading…
Reference in New Issue
Block a user