Skip to content
Snippets Groups Projects
Commit 69649021 authored by Ryan Scott's avatar Ryan Scott
Browse files

Small Travis fix

parent 54de397f
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ matrix:
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-7.2.2], sources: [hvr-ghc]}}
- compiler: "ghc-7.0.4"
# can't build the testsuites dependencies with 7.0
env: UNCONSTRAINED=false TEST=--disable-tests BENCH=--disable-benchmarks
env: NOINSTALLEDCONSTRAINTS=true TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-7.0.4], sources: [hvr-ghc]}}
- compiler: "ghc-head"
env: GHCHEAD=true
......
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