From 93e38dd20d1f3abab320d57ce6d3c79e75f96658 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Mon, 25 Aug 2014 16:55:57 -0700 Subject: [PATCH] Show more details in travis output --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e339b4f98..c28bdeef0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,5 @@ before_install: - travis_retry sudo apt-get update - travis_retry sudo apt-get install --force-yes happy-1.19.3 alex-3.1.3 - export PATH=/opt/alex/3.1.3/bin:/opt/happy/1.19.3/bin:$PATH +script: + - cabal configure --enable-tests && cabal build && cabal test --show-details=always --test-options="--color"