Skip to content

Commit

Permalink
Comment out lts-2
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Nov 13, 2016
1 parent a18ba75 commit c1f80e2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,11 @@ matrix:
compiler: ": #stack default"
addons: {apt: {packages: [libgmp-dev]}}

- env: BUILD=stack ARGS="--resolver lts-2"
compiler: ": #stack 7.8.4"
addons: {apt: {packages: [libgmp-dev]}}
# Caused trouble: https://travis-ci.org/haskell/process/jobs/175453678
# It's OK, covered by cabal build above
#- env: BUILD=stack ARGS="--resolver lts-2"
# compiler: ": #stack 7.8.4"
# addons: {apt: {packages: [libgmp-dev]}}

- env: BUILD=stack ARGS="--resolver lts-3"
compiler: ": #stack 7.10.2"
Expand Down

0 comments on commit c1f80e2

Please sign in to comment.