summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2018-03-18 20:40:10 +0000
committerAndres Rey <[email protected]>2018-03-18 20:40:10 +0000
commit36806d45491ec9f729fb6b26b5ad264660fa7aff (patch)
tree9d0041d653cbc5a66d5074b31f91dc85ac01776d /.travis.yml
parent094aba5d32f24aaafcc6769b31fca4b7166ae994 (diff)
Move coveralls from project requirements to travis installation instructions
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
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"