Show more details in travis output

This commit is contained in:
Joe Nelson
2014-08-25 16:55:57 -07:00
parent f34f8d8c35
commit 93e38dd20d
+2
View File
@@ -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"