summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-05-19 06:28:49 +0400
committerSam T <pxqr.sta@gmail.com>2013-05-19 06:28:49 +0400
commitca6065e694d14fe579363f8b24e509062f02d070 (patch)
treeb3f35d4e7a42f60f8ab8dfe12e48dbd5f86de0de /.travis.yml
parent835854192f3b49b9abca0827df5c7c81d9ec0a75 (diff)
~ Add travis config file.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..2e65e0e1
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
1language: haskell
2
3notifications:
4 email: false
5
6install:
7 cabal install --only-dependencies --enable-tests --force-reinstalls
8
9script:
10 cabal configure --enable-tests --enable-benchmark && cabal build && cabal test \ No newline at end of file