From b26ba9ce522a054f9cd2f13b3ee651adf3240af4 Mon Sep 17 00:00:00 2001 From: uwetews Date: Wed, 21 Oct 2015 04:32:27 +0200 Subject: [PATCH] update travis --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e07fb317..fbf081ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,14 @@ php: - 7.0 - hhvm -allow_failures: +matrix: + allow_failures: - php: hhvm +before_script: + - travis_retry composer self-update + - travis_retry composer --prefer-source --dev install + install: - git clone --depth=50 --branch=master git://github.com/smarty-php/smarty-phpunit.git