Skip to content

Commit e32a421

Browse files
committed
just invoke configure directly
1 parent fa139ab commit e32a421

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ install:
107107
- cat cabal.project || true
108108
- cat cabal.project.local || true
109109
- if [ -f "./configure.ac" ]; then (cd "." && autoreconf -i); fi
110+
- ${CABAL} v2-configure $WITHCOMPILER | color_cabal_output
110111
- ${CABAL} v2-freeze $WITHCOMPILER ${TEST} ${BENCH} | color_cabal_output
111112
- "cat cabal.project.freeze | sed -E 's/^(constraints: *| *)//' | sed 's/any.//'"
112113
- rm cabal.project.freeze
@@ -133,7 +134,7 @@ script:
133134
- cat cabal.project.local || true
134135
# Building...
135136
# this builds all libraries and executables (without tests/benchmarks)
136-
- ${CABAL} v2-build $WITHCOMPILER -v3 --disable-tests --disable-benchmarks all | color_cabal_output
137+
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks all | color_cabal_output
137138
# Building with tests and benchmarks...
138139
# build & run tests, build benchmarks
139140
- ${CABAL} v2-build $WITHCOMPILER ${TEST} ${BENCH} all | color_cabal_output

0 commit comments

Comments
 (0)