From 31978ccdff2716f28abf6dfa197ef906231937cd Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Tue, 16 Jun 2015 03:15:04 +0100 Subject: [PATCH] travis: Add PHP 5.6 and HHVM builds --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b42073..48e1ad3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,11 @@ language: php php: + - 5.6 - 5.5 - 5.4 - 5.3 + - hhvm before_install: - sudo easy_install Pygments @@ -18,4 +20,4 @@ script: - php vendor/bin/security-checker security:check composer.lock after_script: - - php vendor/bin/coveralls \ No newline at end of file + - php vendor/bin/coveralls