From 2d327927ba9e8b7c2e3a62e938b3be56e6e93efe Mon Sep 17 00:00:00 2001 From: Joshua Sherman Date: Tue, 29 Apr 2014 15:12:41 -0400 Subject: [PATCH] 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. --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ead36e4..73697a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,12 @@ language: php php: - 5.4 - 5.5 + - 5.6 - hhvm matrix: allow_failures: + - php: 5.6 - php: hhvm services: @@ -14,10 +16,6 @@ services: - memcached - redis -before_install: - - sudo apt-get update - - sudo apt-get install php5-dev - install: - composer install - mkdir vendor/php-test-helpers