summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-04-08 04:34:29 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-04-08 04:34:29 +0400
commit590990b3be7638d62076bb47c94aebfb3eb23c1a (patch)
treef0cba0bc2d91ff95a4e9165b9c59d57d981df2a7 /.travis.yml
parent8f5fe074ebd3d3ba415dcd107210ae02808fcf11 (diff)
[Travis] Additionally build without -testing flag
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8d247a20..3130bc52 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,7 @@ install:
13 - ./dev/update-dependencies.sh 13 - ./dev/update-dependencies.sh
14 14
15script: 15script:
16 - cabal configure && cabal build
16 - cabal configure -ftesting --enable-tests --enable-benchmark && cabal build && ./dist/build/spec/spec 17 - cabal configure -ftesting --enable-tests --enable-benchmark && cabal build && ./dist/build/spec/spec
17 18
18notifications: 19notifications: