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>2017-07-07 00:11:16 +0300
committerRebecca Turner <me@re-becca.org>2017-07-11 01:47:39 +0300
commit59ce7c0eb2fccffdcc947ec0b9b2bfb99168a62d (patch)
tree3762409f785075d73821ea5cd17bd749900984c9 /.travis.yml
parentbfaeb26f910ba369e223fb1798f0ef100029a0b3 (diff)
travis: Run standard on one of the node versions
Credit: @iarna
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f9c4e29cf..e63df7e47 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,6 +22,9 @@ matrix:
# then master
- node_js: "8"
env: DEPLOY_VERSION=testing
+ script:
+ - "standard"
+ - "node . run tap -- \"test/tap/*.js\" \"test/broken-under-nyc/*.js\""
before_install:
# required by test/tap/registry.js
- "mkdir -p /var/run/couchdb"