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-09-09 03:04:33 +0300
committerRebecca Turner <me@re-becca.org>2017-09-09 03:04:33 +0300
commite2745004628e595b5017588aae794638568ef0fc (patch)
tree8ff8bed517615ef245d2d628f12c5a3784076067
parentb7bccb5086f7393ae23d4ab228a77634d09da3a9 (diff)
travis: Remove bits that were stopping tests from running at all
-rw-r--r--.travis.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 2dba1a199..8d24a458c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,4 @@
sudo: false
-# Remove once Trusty can support couchdb, which is part of before_install
-dist: precise
# need to declare the language as well as the matrix below
language: node_js
# having top-level `env:` adds a phantom build
@@ -27,9 +25,6 @@ matrix:
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"
notifications:
slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8
cache: