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/unique-slug/.travis.yml')
-rw-r--r--node_modules/unique-slug/.travis.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/node_modules/unique-slug/.travis.yml b/node_modules/unique-slug/.travis.yml
index 3bc5d90c5..5651fce24 100644
--- a/node_modules/unique-slug/.travis.yml
+++ b/node_modules/unique-slug/.travis.yml
@@ -3,9 +3,8 @@ sudo: false
before_install:
- "npm -g install npm"
node_js:
- - "0.8"
- - "0.10"
- - "0.12"
- - "iojs"
- - "4"
- - "5"
+ - "6"
+ - "8"
+ - "10"
+ - "lts/*"
+ - "node"