diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
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 | ||
15 | script: | 15 | script: |
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 | ||
18 | notifications: | 19 | notifications: |