From 5c88b6600c0d7227d8b654c82140ed15011fe7ef Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Tue, 22 Jul 2014 17:38:57 +0200 Subject: [PATCH] Added PHP 5.6 and HHVM to travis.yml --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ace2a2e..7344781 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,11 @@ php: - 5.3 - 5.4 - 5.5 + - 5.6 + - hhvm before_script: - curl -s http://getcomposer.org/installer | php - php composer.phar install --dev -script: phpunit \ No newline at end of file +script: phpunit