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:
authorRuy Adorno <ruyadorno@hotmail.com>2020-07-31 08:22:52 +0300
committerisaacs <i@izs.me>2020-08-04 11:03:33 +0300
commit5b1f1b8bb835d41a60456f6e652e60868842fa1d (patch)
tree435eb6e2ed0d1e603495a794a543f2570fda4275 /.travis.yml
parentf3b1d8068f8677cf0461159bba6658920c7dbfbf (diff)
chore: removed .travis.yml file
PR-URL: https://github.com/npm/cli/pull/1583 Credit: @ethomson Close: #1583 Reviewed-by: @isaacs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 0c6e0915d..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-# need to declare the language as well as the matrix below
-language: node_js
-
-os:
- - windows
-
-node_js:
- - 13
- - 12
- - 10
-
-env: "DEPLOY_VERSION=testing"
-
-install:
- - "node . install"
-
-script:
- - "node . test -- -t600 -Rclassic -c"