Skip to content

Commit

Permalink
Make php 7 manadatory to pass tests and allow failures on memtest wit…
Browse files Browse the repository at this point in the history
…h PHP7 (due to old valgrind on travis)
  • Loading branch information
pinepain committed Nov 5, 2015
1 parent 24178f3 commit f939154
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@ services:
- rabbitmq

matrix:
# exclude:
# - php: hhvm
# env: DB=pgsql # PDO driver for pgsql is unsupported by HHVM (3rd party install for support)
allow_failures:
# PHP 7 requires valgring >= 3.8.0 for leack checking, we have older on on travis
- php: 7.0
env: LIBRABBITMQ_VERSION=master TEST_PHP_ARGS=-m
- php: 7.0
env: LIBRABBITMQ_VERSION=v0.6.0 TEST_PHP_ARGS=-m
- php: 7.0
env: LIBRABBITMQ_VERSION=v0.7.0 TEST_PHP_ARGS=-m
- php: 7.0
env: LIBRABBITMQ_VERSION=v0.5.2 TEST_PHP_ARGS=-m

#install:
# - sudo apt-get update
Expand Down

0 comments on commit f939154

Please sign in to comment.