Skip to content

Commit

Permalink
Merge pull request #5 from macpijan/travis-status-image
Browse files Browse the repository at this point in the history
Travis status image
  • Loading branch information
macpijan authored Dec 9, 2018
2 parents e75ebbd + e964203 commit 4438f3b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM node:11.4.0-alpine

MAINTAINER Maciej Pijanowski <[email protected]>

RUN apk add git
RUN npm install -g auto-changelog

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
docker-auto-changelog
----------------------

[![Build Status](https://travis-ci.com/macpijan/docker-auto-changelog.svg?branch=master)](https://travis-ci.com/macpijan/docker-auto-changelog)

[auto-changelog](https://github.com/CookPete/auto-changelog) application in
a container. For those who can't / don't want to install node.

0 comments on commit 4438f3b

Please sign in to comment.