From e2745004628e595b5017588aae794638568ef0fc Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Fri, 8 Sep 2017 17:04:33 -0700 Subject: travis: Remove bits that were stopping tests from running at all --- .travis.yml | 5 ----- 1 file changed, 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: -- cgit v1.2.3