summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSam T <sta.cs.vsu@gmail.com>2013-04-18 20:34:05 +0400
committerSam T <sta.cs.vsu@gmail.com>2013-04-18 20:34:05 +0400
commitabac6949e36fa6e55bd4b12da166c87896dd9260 (patch)
treece222c450db3475595df0b66e936eccc3450ec0c /.travis.yml
parent2d4056b254085b9a10155c94ba522de5b62d23e5 (diff)
~ Add build script.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d02c670f..a2a18c04 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,3 +2,14 @@ language: haskell
2 2
3notifications: 3notifications:
4 email: false 4 email: false
5
6install:
7 git clone https://github.com/fmap/bencoding.git
8 cd bencoding
9 cabal install --enable-tests --enable-benchmark --force-reinstalls
10 cd ..
11
12 cabal install --enable-tests --enable-benchmark --force-reinstalls --only-dependencies
13
14script:
15 cabal configure --enable-tests --enable-benchmark && cabal build && cabal test \ No newline at end of file