From 4ad395c437a7eb3d7b89b85f7b488dfcf45231bd Mon Sep 17 00:00:00 2001 From: Sam T Date: Thu, 18 Apr 2013 17:59:29 +0400 Subject: + Add custom integration testing script. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index d02c670..63d10c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,3 +2,9 @@ language: haskell notifications: email: false + +install: + - cabal install --enable-tests --enable-benchmark --force-reinstalls --only-dependencies + +script: + - cabal configure --enable-tests --enable-benchmark && cabal build && cabal test \ No newline at end of file -- cgit v1.2.3