Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

fix: tweaks to get build and coverage working #1

Merged
merged 1 commit into from
Jun 23, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: node_js
node_js:
- "0.10"
- "4"
- "node"
after_success: npm run coverage
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# couch-url-rewrite-proxy

[![Build Status](https://travis-ci.org/npm/couch-url-rewrite-proxy/master.svg)](https://travis-ci.org/npm/couch-url-rewrite-proxy)
[![Build Status](https://travis-ci.org/npm/couch-url-rewrite-proxy.svg)](https://travis-ci.org/npm/couch-url-rewrite-proxy)
[![Coverage Status](https://coveralls.io/repos/npm/couch-url-rewrite-proxy/badge.svg?branch=master)](https://coveralls.io/r/conventional-changelog/standard-version?branch=master)
[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version)

Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "a proxy that rewrites URLs on their way out of couch, making registry migrations easier",
"main": "index.js",
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"pretest": "standard",
"test": "nyc mocha test.js",
"release": "standard-version"
Expand All @@ -25,6 +26,7 @@
"homepage": "https://github.com/npm/couch-url-rewrite-proxy#readme",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"mocha": "^2.5.3",
"nyc": "^6.6.1",
"standard": "^7.1.2",
Expand Down