From cd90b79eec298bb7761989e42098ffdb7ae9d021 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Sun, 31 Aug 2014 14:42:05 +0200 Subject: [PATCH] Added composer install to .travis.yml, allowed hhvm failures --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index cbeefd4..0f7bcce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,13 @@ language: php + php: - 5.5 - 5.6 - hhvm + +matrix: + allow_failures: + - php: hhvm + +before_script: + - composer install