We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f3f42 commit 4346ba6Copy full SHA for 4346ba6
travis-script.sh
@@ -165,7 +165,7 @@ timed ${CABAL_INSTALL_BDIR}/build/cabal/cabal update
165
# Big tests
166
(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 $?
167
168
-(cd cabal-install && timed cabal check) || exit $?
+# (cd cabal-install && timed cabal check) || exit $?
169
170
unset CABAL_BUILDDIR
171
0 commit comments