~ghc/ghc/packages-bytestring-master

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: Herbert Valerio Riedel
  • Author(s): George Wilson
  • Date: 2018-01-17 08:49:12 UTC
  • Revision ID: git-v1:907c0fc32d20759477df5d8a5bde8b843258677d
Use travis_wait so the slow pre-cabal-1.20 builds don't get killed

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 - if [ "$(echo -e "1.20\n$CABALVER" | sort -rV | head -n1)" = "$CABALVER" ]; then
35
35
     cabal test --show-details=streaming;
36
36
   else
37
 
     cabal test --show-details=always;
 
37
     travis_wait cabal test --show-details=always;
38
38
   fi
39
39
 - cabal sdist
40
40
 # "cabal check" disabled due to -O2 warning