Skip to content

Commit fa139ab

Browse files
committed
v3
1 parent 84ea75f commit fa139ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ install:
110110
- ${CABAL} v2-freeze $WITHCOMPILER ${TEST} ${BENCH} | color_cabal_output
111111
- "cat cabal.project.freeze | sed -E 's/^(constraints: *| *)//' | sed 's/any.//'"
112112
- rm cabal.project.freeze
113-
- ${CABAL} v2-build $WITHCOMPILER -v3 ${TEST} ${BENCH} --dep -j2 all | color_cabal_output
114-
- ${CABAL} v2-build $WITHCOMPILER -v3 --disable-tests --disable-benchmarks --dep -j2 all | color_cabal_output
113+
- ${CABAL} v2-build $WITHCOMPILER ${TEST} ${BENCH} --dep -j2 all | color_cabal_output
114+
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks --dep -j2 all | color_cabal_output
115115
script:
116116
- DISTDIR=$(mktemp -d /tmp/dist-test.XXXX)
117117
# Packaging...
@@ -133,7 +133,7 @@ script:
133133
- cat cabal.project.local || true
134134
# Building...
135135
# this builds all libraries and executables (without tests/benchmarks)
136-
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks all | color_cabal_output
136+
- ${CABAL} v2-build $WITHCOMPILER -v3 --disable-tests --disable-benchmarks all | color_cabal_output
137137
# Building with tests and benchmarks...
138138
# build & run tests, build benchmarks
139139
- ${CABAL} v2-build $WITHCOMPILER ${TEST} ${BENCH} all | color_cabal_output

0 commit comments

Comments
 (0)