Skip to content
Snippets Groups Projects
Commit 2a2382f4 authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

CI: Only test Cabal lib on GHC 7.4.

parent 726b616c
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ matrix:
os: linux
# These don't have -dyn/-prof whitelisted yet, so we have to
# do the old-style installation
- env: GHCVER=7.4.2 SCRIPT=script
- env: GHCVER=7.4.2 SCRIPT=script CABAL_LIB_ONLY=YES
os: linux
sudo: required
- env: GHCVER=7.6.3 SCRIPT=script
......
......@@ -73,6 +73,10 @@ timed cabal new-build Cabal Cabal:package-tests Cabal:unit-tests
unset CABAL_BUILDDIR
if [ "x$CABAL_LIB_ONLY" = "xYES" ]; then
exit 0;
fi
# ---------------------------------------------------------------------
# cabal-install
# ---------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment