Skip to content
Snippets Groups Projects
Unverified Commit eed1f8b4 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing: Committed by GitHub
Browse files

YAML kills a kitten again...

parent 12162e6e
No related branches found
No related tags found
No related merge requests found
...@@ -27,9 +27,8 @@ before_cache: ...@@ -27,9 +27,8 @@ before_cache:
matrix: matrix:
include: include:
- compiler: "ghc-7.0.4" - compiler: "ghc-7.0.4"
env: INSTALLED=false # can't build the testsuites dependencies with 7.0
# can't build the testsuites dependencies with 7.0 env: INSTALLED=false TEST=--disable-tests BENCH=--disable-benchmarks
env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-7.0.4], sources: [hvr-ghc]}} addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-7.0.4], sources: [hvr-ghc]}}
- compiler: "ghc-7.2.2" - compiler: "ghc-7.2.2"
# can't build the testsuites dependencies with 7.2 # can't build the testsuites dependencies with 7.2
......
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