[commit: packages/time] wip/travis: disable tests (b837d6c)

git at git.haskell.org git at git.haskell.org
Fri Apr 21 16:55:00 UTC 2017


Repository : ssh://git@git.haskell.org/time

On branch  : wip/travis
Link       : http://git.haskell.org/packages/time.git/commitdiff/b837d6c1a7ba651fe67043a27d2bd0ffea2235fa

>---------------------------------------------------------------

commit b837d6c1a7ba651fe67043a27d2bd0ffea2235fa
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Thu May 5 12:43:00 2016 +0200

    disable tests


>---------------------------------------------------------------

b837d6c1a7ba651fe67043a27d2bd0ffea2235fa
 .travis.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 53e6309..4153c83 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,10 +44,11 @@ install:
 script:
  - if [ -f configure.ac ]; then autoreconf -i; fi
 # worarkound cyclic deps within testsuite
- - cabal install . 'QuickCheck >= 2.5.1' 'test-framework >= 0.8' 'test-framework-quickcheck2' --force-reinstalls
- - cabal configure --enable-tests -v2  # -v2 provides useful information for debugging
+# no tests for now
+# - cabal install . 'QuickCheck >= 2.5.1' 'test-framework >= 0.8' 'test-framework-quickcheck2' --force-reinstalls
+ - cabal configure --disable-tests -v2  # -v2 provides useful information for debugging
  - cabal build   # this builds all libraries and executables (including tests/benchmarks)
- - cabal test
+# - cabal test
  - cabal check
  - cabal sdist   # tests that a source-distribution can be generated
 



More information about the ghc-commits mailing list