Jeroen De Dauw has submitted this change and it was merged.

Change subject: Add debug into to Travis build to find out why coveralls is not 
getting invoked
......................................................................


Add debug into to Travis build to find out why coveralls is not getting invoked

Change-Id: Id711d5abb1deb0c9e09b7667327af10bc3d6fdaf
---
M .travis.sh
M .travis.yml
M composer.json
3 files changed, 3 insertions(+), 2 deletions(-)

Approvals:
  Jeroen De Dauw: Verified; Looks good to me, approved



diff --git a/.travis.sh b/.travis.sh
index d3c43e1..3182980 100644
--- a/.travis.sh
+++ b/.travis.sh
@@ -32,7 +32,6 @@
 
 cd extensions/Wikibase
 composer require satooshi/php-coveralls:dev-master
-composer install
 
 cd ../..
 
diff --git a/.travis.yml b/.travis.yml
index ddeb793..b43611b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,6 +36,8 @@
   - pwd
   - ls -lap vendor/bin/
   - du -hs vendor/bin/coveralls
+  - ls -lap vendor/satooshi/php-coveralls/composer/bin/
+  - du -hs vendor/satooshi/php-coveralls/composer/bin/coveralls
   - php vendor/bin/coveralls -v
 
 notifications:
diff --git a/composer.json b/composer.json
index 50acb01..ce8e82f 100644
--- a/composer.json
+++ b/composer.json
@@ -31,4 +31,4 @@
                        "client/WikibaseClient.php"
                ]
        }
-}
\ No newline at end of file
+}

-- 
To view, visit https://gerrit.wikimedia.org/r/75100
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id711d5abb1deb0c9e09b7667327af10bc3d6fdaf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <jeroended...@gmail.com>
Gerrit-Reviewer: Jeroen De Dauw <jeroended...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to