Skip to content
Snippets Groups Projects
Commit d5bcc173 authored by Oleg Grenrus's avatar Oleg Grenrus
Browse files

Comment why we need cabal update in travis-test [ci skip]

parent 097dc921
No related branches found
Tags 2_7_0
No related merge requests found
......@@ -21,7 +21,10 @@ ln -s $TRAVIS_BUILD_DIR $UPSTREAM_BUILD_DIR
# Test we can parse Hackage
# Note: no $TEST_OPTIONS as this isn't tasty suite
cabal update # fetch 01-index.tar
# fetch 01-index.tar,
# `hackage-tests parsec` tries to parse all of cabal files in the index.
cabal update
(cd Cabal && timed ./hackage-tests parsec) || exit $?
if [ "x$CABAL_LIB_ONLY" = "xYES" ]; then
......
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