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/smart-buffer/.travis.yml')
-rw-r--r--node_modules/smart-buffer/.travis.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/node_modules/smart-buffer/.travis.yml b/node_modules/smart-buffer/.travis.yml
deleted file mode 100644
index eec71ceca..000000000
--- a/node_modules/smart-buffer/.travis.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-language: node_js
-node_js:
- - 6
- - 8
- - 10
- - 12
- - stable
-
-before_script:
- - npm install -g typescript
- - tsc -p ./
-
-script: "npm run coveralls" \ No newline at end of file