From 3ff2f17b2c1731b4ea9af23e35a1c38718827f79 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 2 Feb 2018 09:41:08 +0200 Subject: [PATCH] cabal builds: comment out longer test part --- .travis.yml | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index 224aeb3c..e9e0b6d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -164,22 +164,23 @@ script: cabal) cabal install --enable-tests --enable-benchmarks --force-reinstalls --ghc-options=-O0 --reorder-goals --max-backjumps=-1 $CABALARGS $PACKAGES - ORIGDIR=$(pwd) - for dir in $PACKAGES - do - cd $dir - cabal check || [ "$CABALVER" == "1.16" ] - cabal sdist - PKGVER=$(cabal info . | awk '{print $2;exit}') - SRC_TGZ=$PKGVER.tar.gz - cd dist - tar zxfv "$SRC_TGZ" - cd "$PKGVER" - cabal configure --enable-tests --ghc-options -O0 - cabal build - cabal test - cd $ORIGDIR - done + # Times out + #ORIGDIR=$(pwd) + #for dir in $PACKAGES + #do + # cd $dir + # cabal check || [ "$CABALVER" == "1.16" ] + # cabal sdist + # PKGVER=$(cabal info . | awk '{print $2;exit}') + # SRC_TGZ=$PKGVER.tar.gz + # cd dist + # tar zxfv "$SRC_TGZ" + # cd "$PKGVER" + # cabal configure --enable-tests --ghc-options -O0 + # cabal build + # cabal test + # cd $ORIGDIR + #done ;; esac set +ex