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

Commit

Permalink
fix: tweaks to get build and coverage working (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jun 23, 2016
1 parent 336fff3 commit 4c0c5e8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
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

0 comments on commit 4c0c5e8

Please sign in to comment.