summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-24 15:24:56 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-24 15:36:23 +0200
commit09d7f453125cc0535ed12c65be1a334efe4a759b (patch)
treea0c82c6f010bf3ba35ecc5563a33cdfdea7b3278 /.travis.yml
parentec8f98574a90de1e87a50e00141180d761f161dc (diff)
downloadbundler-09d7f453125cc0535ed12c65be1a334efe4a759b.tar.gz
Remove coverage tracking for the time being
The current numbers are misleading and coverage tracking doesn't work in most of the places since the current test suite is mostly based on spawning subprocesses, and coverage doesn't get properly tracked there. Let's revisit this in the future.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 65ca9bb54b..8dbb06f355 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,11 +25,6 @@ notifications:
rooms:
- secure: JxBi7DDJGkIF/7f/FSN/HUHpvV4EKfQccZHTPd1b2pNJn3GXo6u+tNVbAw2WjxYzPyPQI3ZcYBCU9SEXp/i7VmG8uMzh8Kyildw+miSKYKVb90uYqcsXWzbxwyNBgJLvyDkzST45H5lgnyAicee3WkFes/WDZikIajbH7ztdb04=
-addons:
- code_climate:
- repo_token:
- secure: "TrzIv116JLGUxm6PAUskCYrv8KTDguncKROVwbnjVPKTGDAgoDderd8JUdDEXrKoZ9qGLD2TPYKExt9/QDl71E+qHdWnVqWv4HKCUk2P9z/VLKzHuggOUBkCXiJUhjywUieCJhI3N92bfq2EjSBbu2/OFHqWOjLQ+QCooTEBjv8="
-
rvm:
- 2.6.3
- 2.5.5