Dropped install and added 5.6 as an allowed failure

Still no dice on HHVM even with installing php5-dev. Added PHP 5.6 to see how
we fare. Will drop the allowed failure when 5.6 is gold or when the test suite
is passing. Whichever comes first.
This commit is contained in:
Joshua Sherman 2014-04-29 15:12:41 -04:00
parent 04d4e5105d
commit 2d327927ba

View file

@ -3,10 +3,12 @@ language: php
php: php:
- 5.4 - 5.4
- 5.5 - 5.5
- 5.6
- hhvm - hhvm
matrix: matrix:
allow_failures: allow_failures:
- php: 5.6
- php: hhvm - php: hhvm
services: services:
@ -14,10 +16,6 @@ services:
- memcached - memcached
- redis - redis
before_install:
- sudo apt-get update
- sudo apt-get install php5-dev
install: install:
- composer install - composer install
- mkdir vendor/php-test-helpers - mkdir vendor/php-test-helpers