Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/retry/.travis.yml')
-rw-r--r--node_modules/retry/.travis.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/node_modules/retry/.travis.yml b/node_modules/retry/.travis.yml
deleted file mode 100644
index bcde2122b..000000000
--- a/node_modules/retry/.travis.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-language: node_js
-node_js:
- - "4"
-before_install:
- - pip install --user codecov
-after_success:
- - codecov --file coverage/lcov.info --disable search
-# travis encrypt [subdomain]:[api token]@[room id]
-# notifications:
-# email: false
-# campfire:
-# rooms:
-# secure: xyz
-# on_failure: always
-# on_success: always