Skip to content

Commit

Permalink
Merge pull request tidalcycles#157 from lennart/bugfix-travis-cabal
Browse files Browse the repository at this point in the history
[++] cabal >= 1.18 in build matrix
  • Loading branch information
lennart committed Dec 14, 2016
2 parents d9ac46b + 700df20 commit a6dcda0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -13,9 +13,9 @@ before_cache:

matrix:
include:
- env: CABALVER=1.16 GHCVER=7.6.3
- env: CABALVER=1.18 GHCVER=7.6.3
compiler: ": #GHC 7.6.3"
addons: {apt: {packages: [cabal-install-1.16,ghc-7.6.3], sources: [hvr-ghc]}}
addons: {apt: {packages: [cabal-install-1.18,ghc-7.6.3], sources: [hvr-ghc]}}
- env: CABALVER=1.18 GHCVER=7.8.4
compiler: ": #GHC 7.8.4"
addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.4], sources: [hvr-ghc]}}
Expand Down

0 comments on commit a6dcda0

Please sign in to comment.