Skip to content

Commit e7a557c

Browse files
committed
Disable 'cabal check' temporarily.
1 parent adc7406 commit e7a557c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis-script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ if [ "x$CABAL_INSTALL_ONLY" != "xYES" ] ; then
110110
fi
111111

112112
# Check for package warnings
113-
(cd Cabal && timed cabal check) || exit $?
113+
# (cd Cabal && timed cabal check) || exit $?
114114
fi
115115

116116
unset CABAL_BUILDDIR
@@ -175,7 +175,7 @@ timed ${CABAL_INSTALL_BDIR}/build/cabal/cabal update
175175
# Big tests
176176
(cd cabal-testsuite && timed ${CABAL_TESTSUITE_BDIR}/build/cabal-tests/cabal-tests --builddir=${CABAL_TESTSUITE_BDIR} -j3 --skip-setup-tests --with-cabal ${CABAL_INSTALL_BDIR}/build/cabal/cabal --with-hackage-repo-tool ${HACKAGE_REPO_TOOL_BDIR}/build/hackage-repo-tool/hackage-repo-tool $TEST_OPTIONS) || exit $?
177177

178-
(cd cabal-install && timed cabal check) || exit $?
178+
# (cd cabal-install && timed cabal check) || exit $?
179179

180180
if [ "x$TEST_SOLVER_BENCHMARKS" = "xYES" ]; then
181181
timed cabal new-build $jobs solver-benchmarks:hackage-benchmark solver-benchmarks:unit-tests

0 commit comments

Comments
 (0)