Skip to content

Commit

Permalink
build: Set up semantic-release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Walton committed Jul 23, 2018
1 parent cd08747 commit b1fc6f2
Show file tree
Hide file tree
Showing 5 changed files with 4,862 additions and 7 deletions.
1 change: 1 addition & 0 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extends: '@benbria/semantic-release-config'
26 changes: 22 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,29 @@
language: node_js
node_js:
- '0.10'
- 'node'
- '10'
- '8'
- '6'
- '0.12'
- 'iojs'
- '0.10'
install:
- npm install
# node 0.10 doesn't automatically install peer dependencies.
- npm install bunyan
after_success:
- 'cat ./coverage/lcov.info | ./node_modules/.bin/coveralls'
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
jobs:
include:
- stage: release
node_js: lts/*
before_install:
- npm install -g npm
install:
- travis_retry npm install
before_script: skip
script: npm run semantic-release
after_success: skip
after_failure: skip
after_script: skip
cache:
directories:
- ~/.npm
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
Output stream for Bunyan which prints human readable logs.

[![NPM](https://nodei.co/npm/bunyan-debug-stream.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/bunyan-debug-stream/)
Expand Down
Loading

0 comments on commit b1fc6f2

Please sign in to comment.