[commit: ghc] wip/nfs-locking: Try default build flavour on Travis Linux (abfd4e7)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:19:06 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/abfd4e73326d967c15ac2254f303cf622ae2af40/ghc
>---------------------------------------------------------------
commit abfd4e73326d967c15ac2254f303cf622ae2af40
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Fri Jul 15 17:24:29 2016 +0100
Try default build flavour on Travis Linux
>---------------------------------------------------------------
abfd4e73326d967c15ac2254f303cf622ae2af40
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index b066e89..2b2379f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ sudo: true
matrix:
include:
- os: linux
- env: CABALVER=1.22 GHCVER=7.10.3 FLAVOUR=quick TARGET=
+ env: CABALVER=1.22 GHCVER=7.10.3 FLAVOUR=default TARGET=
addons:
apt:
packages:
More information about the ghc-commits
mailing list