We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a1aea commit 8eab0aaCopy full SHA for 8eab0aa
.travis.yml
@@ -139,7 +139,7 @@ script:
139
# build & run tests, build benchmarks
140
- ${CABAL} v2-build $WITHCOMPILER ${TEST} ${BENCH} all | color_cabal_output
141
# Testing...
142
- - ${CABAL} v2-test $WITHCOMPILER ${TEST} ${BENCH} all | color_cabal_output
+ - ${CABAL} v2-test -v3 $WITHCOMPILER ${TEST} ${BENCH} all | color_cabal_output
143
# cabal check...
144
- (cd ${PKGDIR_arrayfire} && ${CABAL} -vnormal check)
145
# haddock...
0 commit comments