[commit: ghc] wip/nfs-locking: Do a full build on both Travis instances. (be9a21c)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:16:33 UTC 2017


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

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

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

commit be9a21c630f2d8585ba2c349cc97eb8f749abc80
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Tue Feb 2 19:13:55 2016 +0000

    Do a full build on both Travis instances.
    
    1000th commit!


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

be9a21c630f2d8585ba2c349cc97eb8f749abc80
 .travis.yml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 84bb380..cf2f1cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ sudo: false
 matrix:
     include:
         - os: linux
-          env: CABALVER=1.22 GHCVER=7.10.3 TARGET=
+          env: CABALVER=1.22 GHCVER=7.10.3
           addons:
               apt:
                   packages:
@@ -21,7 +21,6 @@ matrix:
               - cabal update
 
         - os: osx
-          env: TARGET=inplace/bin/ghc-stage1
           before_install:
               - brew update
               - brew install ghc cabal-install
@@ -30,9 +29,7 @@ matrix:
               - PATH="$HOME/.cabal/bin:$PATH"
               - export PATH
 
-
 install:
-
     - env
     - ghc --version
     - cabal --version
@@ -64,7 +61,7 @@ install:
 script:
     - ( cd ghc/shake-build && cabal haddock --internal )
     - ./ghc/shake-build/build.sh selftest
-    - ./ghc/shake-build/build.sh -j --no-progress --flavour=quick $TARGET
+    - ./ghc/shake-build/build.sh -j --no-progress --flavour=quick
 
 cache:
     directories:



More information about the ghc-commits mailing list