asilvestre / haskell-neo4j-rest-client

Haskell neo4j REST client
MIT License
25 stars 7 forks source link

Setting up Travis CI builds/tests #12

Closed mhitza closed 9 years ago

mhitza commented 9 years ago

Consider setting up Travis CI builds. Here's a .travis.yml that should let you get easily started

language: haskell
services:
  - neo4j
ghc:
  - 7.10
  - 7.8
asilvestre commented 9 years ago

Thanks! I had no idea about travis and it's really cool.

I had to overcome some problems but now I'm stucked because haskell-src-exts doesn't compile in travis I think alex and happy are old in travis' containers.

asilvestre commented 9 years ago

Thanks for all the help, now all tests are passing in travis so I'm closing the issue