aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2016-05-05 22:53:03 +0200
committerDaniel Gröber <dxld@darkboxed.org>2016-05-05 22:53:03 +0200
commit2c5aaf8ccade84756cc6cbb64ef79446f8567f66 (patch)
tree090801f81776692bb5df748a1c093cf1fbd32ece /.travis.yml
parentc7eef63e8a33d7811ba9f242b5762dde55366526 (diff)
Build with Cabal HEAD as part of regular test suite
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 10fb2bd..ae37669 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,6 @@ cache:
directories:
- ~/.cabal
- ~/.ghc
- - ~/.ghc-mod
- ~/.stack
install:
@@ -25,7 +24,6 @@ install:
- echo $PATH
- which cabal
- cabal install -j --only-dependencies --enable-tests
- - git clone --depth=1 https://github.com/haskell/cabal.git /tmp/cabal
- if [ -n "$(ghc --version | awk '{ print $8 }' | sed -n '/^7.4/p')" ]; then cabal install Cabal --constraint "Cabal == 1.16.*"; fi
@@ -46,5 +44,3 @@ script:
- cabal build
- ./dist/build/cabal-helper-wrapper/cabal-helper-wrapper . dist "compiler-version" "entrypoints" "source-dirs" "ghc-options" "ghc-src-options" "ghc-pkg-options" "ghc-lang-options"
- ./dist/build/spec/spec
- # At least try to compile with Cabal HEAD
- - ghc -i -i/tmp/cabal/Cabal -i. CabalHelper/Main.hs -odir /tmp/cabal/Cabal -DCABAL_MAJOR=1 -DCABAL_MINOR=1000