[commit: ghc] wip/nfs-locking: Fix Travis (23c8602)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 01:24:45 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/23c860257546f48deb024d2842e2171581f072bb/ghc
>---------------------------------------------------------------
commit 23c860257546f48deb024d2842e2171581f072bb
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Fri Aug 18 11:33:04 2017 +0100
Fix Travis
See #393
>---------------------------------------------------------------
23c860257546f48deb024d2842e2171581f072bb
.travis.yml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index fdd83d4..878136c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,10 +23,6 @@ matrix:
# Build GHC
- ./build.cabal.sh -j $MODE --verbose --no-progress --progress-colour=never --progress-info=brief --profile=-
- # Test GHC binary
- - cd ..
- - inplace/bin/ghc-stage2 -e 1+2
-
- os: linux
env: MODE="--flavour=quickest --integer-simple"
compiler: "GHC 8.2.1"
@@ -43,9 +39,6 @@ matrix:
- PATH="/opt/cabal/1.22/bin:$PATH"
script:
- # Run internal Hadrian tests
- - ./build.cabal.sh selftest
-
# Build GHC
- ./build.cabal.sh -j $MODE --verbose --no-progress --progress-colour=never --progress-info=brief --profile=-
More information about the ghc-commits
mailing list