diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..1ac457d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: haskell + +ghc: + - "7.6" + - "7.8" + # - "7.10" not available yet + +notifications: + email: false + +branches: + only: + - master