[commit: packages/deepseq] master, typeable-with-kinds: Update Travis CI job (aea3237)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:35:13 UTC 2015


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

On branches: master,typeable-with-kinds
Link       : http://git.haskell.org/packages/deepseq.git/commitdiff/aea3237cb62fc469328d5fa9d7ec146fefd8f79c

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

commit aea3237cb62fc469328d5fa9d7ec146fefd8f79c
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Fri Nov 7 11:23:22 2014 +0100

    Update Travis CI job


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

aea3237cb62fc469328d5fa9d7ec146fefd8f79c
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index c5deba1..aad0071 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,11 +13,11 @@ env:
  - GHCVER=7.8.1 CABALVER=1.18
  - GHCVER=7.8.2 CABALVER=1.18
  - GHCVER=7.8.3 CABALVER=1.18
- - GHCVER=head  CABALVER=1.20
+ - GHCVER=head  CABALVER=head
 
 matrix:
   allow_failures:
-   - env: GHCVER=head  CABALVER=1.20
+   - env: GHCVER=head  CABALVER=head
 
 before_install:
  - travis_retry sudo add-apt-repository -y ppa:hvr/ghc
@@ -32,7 +32,7 @@ install:
 script:
  - cabal configure -v2
  - cabal build -v2
- - cabal check
+ - if [ "$CABALVER" != "1.16" ]; then cabal check; fi
  - cabal sdist
 # The following scriptlet checks that the resulting source distribution can be built & installed
  - export SRC_TGZ=$(cabal info . | awk '{print $2 ".tar.gz";exit}') ;



More information about the ghc-commits mailing list