[commit: ghc] wip/nfs-locking: #151, add a call to selftest (c5cb061)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:49:48 UTC 2017


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

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

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

commit c5cb0617314c3b6fcb201246a76b6a02cb93350f
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Mon Jan 11 11:39:47 2016 +0000

    #151, add a call to selftest


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

c5cb0617314c3b6fcb201246a76b6a02cb93350f
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index dd3bd12..0dc23c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,6 +62,7 @@ install:
 
 script:
     - ( cd ghc/shake-build && cabal haddock --internal )
+    - ./ghc/shake-build/build.sh selftest
     - ./ghc/shake-build/build.sh -j --no-progress $TARGET
 
 cache:



More information about the ghc-commits mailing list