[commit: ghc] wip/nfs-locking: Fix Travis CI. (a37ad75)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:09:55 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/a37ad7507e8fef44d94e7e339c521e272bcdaa7e/ghc
>---------------------------------------------------------------
commit a37ad7507e8fef44d94e7e339c521e272bcdaa7e
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Sat Apr 30 13:03:56 2016 +0100
Fix Travis CI.
>---------------------------------------------------------------
a37ad7507e8fef44d94e7e339c521e272bcdaa7e
.travis.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 6832cd8..251f6ba 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,6 +48,8 @@ install:
# ".git" directory into the appropriate location, and perform a hard reset
# in order to regenerate the GHC-Shake files.
- mkdir ghc/hadrian
+ - mkdir ghc/_build
+ - mkdir ghc/_build/hadrian
- mv .git ghc/hadrian
- ( cd ghc/hadrian && git reset --hard HEAD )
More information about the ghc-commits
mailing list