diff options
-rw-r--r-- | .travis.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7457c4f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: haskell + +ghc: + - 7.6 + - 7.8 + - 8.0 + +install: + - cabal install --only-dependencies --enable-tests -fall_extensions + - wget https://raw.github.com/ndmitchell/hlint/master/misc/travis.sh + +script: + - sh ./travis.sh src + - cabal configure --enable-tests -fall_extensions && cabal build && cabal test
\ No newline at end of file |