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:
authorRebecca Turner <me@re-becca.org>2018-12-07 03:36:21 +0300
committerRebecca Turner <me@re-becca.org>2018-12-07 03:36:21 +0300
commitf426a0e6b3ac8823282c92e0eef19e6c29e58cda (patch)
tree9d80123803fe903eaecadbc776a11d65a5d055f6 /.travis.yml
parent63f8a831b653599234b22c82d5aa966fc5f9975b (diff)
travis: Add node@11 to test matrix
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3be171f74..52707e09a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,9 +17,11 @@ matrix:
# previous LTS is next most important
- node_js: "6"
env: DEPLOY_VERSION=testing
+ - node_js: "9"
+ env: DEPLOY_VERSION=testing
- node_js: "10"
env: DEPLOY_VERSION=testing
- - node_js: "9"
+ - node_js: "11"
env: DEPLOY_VERSION=testing
script:
- "standard"