[commit: ghc] wip/nfs-locking: Fix path to GHC binary (cc72f0c)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 01:08:55 UTC 2017


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

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/cc72f0caf4547d27774cf6ed551c41ced9f9c9f3/ghc

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

commit cc72f0caf4547d27774cf6ed551c41ced9f9c9f3
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu Sep 1 22:15:17 2016 +0100

    Fix path to GHC binary


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

cc72f0caf4547d27774cf6ed551c41ced9f9c9f3
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 5b26bbd..0209cab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -49,7 +49,7 @@ script:
 
     # Test GHC binary
     - cd ..
-    - ghc/inplace/bin/ghc-stage2 -e 1+2
+    - inplace/bin/ghc-stage2 -e 1+2
 
 cache:
     directories:



More information about the ghc-commits mailing list