Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
travis: don't run zookeeper tests
  • Loading branch information
gregwebs committed May 31, 2016
1 parent 6e46c2c commit c849479
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 45 deletions.
41 changes: 8 additions & 33 deletions .travis.yml
Expand Up @@ -21,16 +21,6 @@ matrix:
packages:
- ghc-7.6.3
- cabal-install-1.18
- env: GHCVER=7.6.3 CABALVER=1.18 BACKEND=zookeeper
addons:
apt:
sources:
- hvr-ghc
packages:
- ghc-7.6.3
- cabal-install-1.18
- libzookeeper-mt-dev
- zookeeperd
- env: GHCVER=7.6.3 CABALVER=1.18 BACKEND=mongodb
addons:
apt:
Expand Down Expand Up @@ -79,16 +69,6 @@ matrix:
packages:
- ghc-7.8.4
- cabal-install-1.18
- env: GHCVER=7.8.4 CABALVER=1.18 BACKEND=zookeeper
addons:
apt:
sources:
- hvr-ghc
packages:
- ghc-7.8.4
- cabal-install-1.18
- libzookeeper-mt-dev
- zookeeperd
- env: GHCVER=7.8.4 CABALVER=1.18 BACKEND=mongodb
addons:
apt:
Expand Down Expand Up @@ -137,16 +117,6 @@ matrix:
packages:
- ghc-7.10.2
- cabal-install-1.22
- env: GHCVER=7.10.2 CABALVER=1.22 BACKEND=zookeeper
addons:
apt:
sources:
- hvr-ghc
packages:
- ghc-7.10.2
- cabal-install-1.22
- libzookeeper-mt-dev
- zookeeperd
- env: GHCVER=7.10.2 CABALVER=1.22 BACKEND=mongodb
addons:
apt:
Expand Down Expand Up @@ -193,9 +163,6 @@ matrix:

# See: https://github.com/yesodweb/persistent/issues/460
- env: GHCVER=7.6.3 CABALVER=1.18 BACKEND=sqlite
- env: GHCVER=7.6.3 CABALVER=1.18 BACKEND=zookeeper
- env: GHCVER=7.8.4 CABALVER=1.18 BACKEND=zookeeper
- env: GHCVER=7.10.2 CABALVER=1.22 BACKEND=zookeeper

# 7.6.3. Probably aeson-extra needs to loosen a lower bounds
- env: GHCVER=7.6.3 CABALVER=1.18 BACKEND=none
Expand All @@ -212,3 +179,11 @@ cache:
directories:
- $HOME/.cabal
- $HOME/.ghc


# zookeeper doesn't seem to work any more
# matrix:
# - env: GHCVER=X CABALVER=Y BACKEND=zookeeper
# packages:
# - libzookeeper-mt-dev
# - zookeeperd
12 changes: 0 additions & 12 deletions package-list.sh

This file was deleted.

0 comments on commit c849479

Please sign in to comment.