[commit: packages/process] better-travis: install-ghc (b50849a)

git at git.haskell.org git at git.haskell.org
Thu Apr 7 12:04:29 UTC 2016


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

On branch  : better-travis
Link       : http://ghc.haskell.org/trac/ghc/changeset/b50849aa2a95767a9c3080d26a8a0ad4976a3be9/process

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

commit b50849aa2a95767a9c3080d26a8a0ad4976a3be9
Author: Michael Snoyman <michael at snoyman.com>
Date:   Sun Jan 24 16:30:51 2016 +0200

    install-ghc


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

b50849aa2a95767a9c3080d26a8a0ad4976a3be9
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 4c9a42e..0b1b95d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,6 +57,7 @@ matrix:
 
   allow_failures:
   - env: BUILD=cabal GHCVER=head  CABALVER=head
+  - env: BUILD=stack GHCVER=7.8.4
 
 before_install:
  - unset CC
@@ -76,7 +77,7 @@ install:
    case "$BUILD" in
      stack)
        echo "resolver: ghc-$GHCVER" > stack.yaml;
-       stack --no-terminal test --only-dependencies;;
+       stack --no-terminal --install-ghc test --only-dependencies;;
      cabal)
        cabal --version;
        travis_retry cabal update;



More information about the ghc-commits mailing list