Skip to content

Commit 8eab0aa

Browse files
committed
add v3
1 parent 22a1aea commit 8eab0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ script:
139139
# build & run tests, build benchmarks
140140
- ${CABAL} v2-build $WITHCOMPILER ${TEST} ${BENCH} all | color_cabal_output
141141
# Testing...
142-
- ${CABAL} v2-test $WITHCOMPILER ${TEST} ${BENCH} all | color_cabal_output
142+
- ${CABAL} v2-test -v3 $WITHCOMPILER ${TEST} ${BENCH} all | color_cabal_output
143143
# cabal check...
144144
- (cd ${PKGDIR_arrayfire} && ${CABAL} -vnormal check)
145145
# haddock...

0 commit comments

Comments
 (0)