[commit: packages/process] better-travis: Fix YAML syntax (caeb15d)

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


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

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

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

commit caeb15d343027a6463d70e0525db451595a63e5c
Author: Michael Snoyman <michael at snoyman.com>
Date:   Sun Jan 24 16:21:31 2016 +0200

    Fix YAML syntax


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

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

diff --git a/.travis.yml b/.travis.yml
index c5ddc91..4c9a42e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -72,7 +72,8 @@ before_install:
 install:
  - echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]"
  - autoreconf -i
- - case "$BUILD" in
+ - |
+   case "$BUILD" in
      stack)
        echo "resolver: ghc-$GHCVER" > stack.yaml;
        stack --no-terminal test --only-dependencies;;



More information about the ghc-commits mailing list