From 36806d45491ec9f729fb6b26b5ad264660fa7aff Mon Sep 17 00:00:00 2001 From: Andres Rey Date: Sun, 18 Mar 2018 20:40:10 +0000 Subject: Move coveralls from project requirements to travis installation instructions --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e39184e..8707c14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: php -install: composer install +install: + - composer install + - composer require php-coveralls/php-coveralls:^2.0 php: - "5.6" -- cgit v1.2.3