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:
authorclaudiahdz <cghr1990@gmail.com>2020-02-04 21:28:32 +0300
committerisaacs <i@izs.me>2020-05-08 04:08:13 +0300
commit8f6b6204f9cdbfc8e2a27a1c3b3f1591ac7e0d60 (patch)
treef889b8f64563d7be12b3d849f46a86ca73bb84c9 /.travis.yml
parentabdf52879fcf0e0f534ad977931f6935f5d1dce3 (diff)
feat: drop support for node v6 and v8
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9fb0d5113..cf83bdd5f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,10 +5,9 @@ os:
- windows
node_js:
+ - 13
- 12
- 10
- - 8
- - 6
env: "DEPLOY_VERSION=testing"