Skip to content
Snippets Groups Projects
Unverified Commit 8b563d4c authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing: Committed by Mikhail Glushenkov
Browse files

local hack to get Travis CI to commit deps to cache

parent be2fe55e
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,7 @@ export CABAL_BUILDDIR="${CABAL_TESTSUITE_BDIR}"
# both by Cabal and cabal-install
timed cabal new-build $jobs cabal-testsuite:cabal-tests
exit 1
(cd cabal-testsuite && timed ${CABAL_TESTSUITE_BDIR}/build/cabal-tests/cabal-tests --builddir=${CABAL_TESTSUITE_BDIR} -j3 $TEST_OPTIONS) || exit $?
# Redo the package tests with different versions of GHC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment