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/debug/.travis.yml')
-rw-r--r--node_modules/debug/.travis.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/node_modules/debug/.travis.yml b/node_modules/debug/.travis.yml
deleted file mode 100644
index a76430037..000000000
--- a/node_modules/debug/.travis.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-sudo: false
-
-language: node_js
-
-node_js:
- - "4"
- - "6"
- - "8"
-
-install:
- - make install
-
-script:
- - make lint
- - make test
-
-matrix:
- include:
- - node_js: '8'
- env: BROWSER=1