From f1f99d86f2c969ff371eaca3e75644acb6c291c1 Mon Sep 17 00:00:00 2001 From: gmsantosxl Date: Tue, 4 Feb 2014 10:52:35 -0200 Subject: [PATCH] run composer install on travis.ci --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9a73c67..1eada0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,17 @@ php: - 5.3 - 5.4 - 5.5 + - hhvm + +before_script: + - composer self-update + - composer install --prefer-source --no-interaction --dev branches: only: - master + +matrix: + allow_failures: + - php: hhvm + fast_finish: true