Skip to content

Commit

Permalink
[#1465] exclude more unlikely cominations
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed Jan 27, 2014
1 parent cda53df commit fe00e6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,12 @@ python:
env:
- PGVERSION=9.1
- PGVERSION=8.4
matrix:
exclude:
- python: "2.7"
env: PGVERSION=8.4
- python: "2.6"
env: PGVERSION=9.1
install: ./bin/travis-install-dependencies
script: ./bin/travis-run-tests
notifications:
Expand Down

0 comments on commit fe00e6c

Please sign in to comment.