Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Other: Add Travis CI configuration, badges to README and tweak npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
joonastanner committed Apr 22, 2019
1 parent 8992465 commit d606e8e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ coverage
lib-cov
html-report
xunit.xml
examples

.project
.idea
Expand All @@ -40,6 +41,7 @@ xunit.xml
*.sublime-workspace
*.sublime-project
.editorconfig
.github

ehthumbs.db
Icon?
Expand All @@ -50,4 +52,6 @@ Thumbs.db
.Trashes
tools
Makefile
Todo.md
Todo.md
.travis.yml
.nyc_output
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: node_js
node_js:
- "10"
install:
- "npm install"
script:
- "npm run test"
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# @vrbo/catalyst-render
[![NPM Version](https://img.shields.io/npm/v/@vrbo/catalyst-render.svg?style=flat-square)](https://www.npmjs.com/package/@vrbo/catalyst-render)
[![Build Status](https://travis-ci.org/homeaway/catalyst-render.svg?branch=master)](https://travis-ci.org/homeaway/catalyst-render)
[![Dependency Status](https://david-dm.org/homeaway/catalyst-render.svg?theme=shields.io)](https://david-dm.org/homeaway/catalyst-render)
[![NPM Downloads](https://img.shields.io/npm/dm/@vrbo/catalyst-render.svg?style=flat-square)](https://npm-stat.com/charts.html?package=@vrbo/catalyst-render)

* [Introduction](#introduction)
* [Usage](#usage)
Expand Down

0 comments on commit d606e8e

Please sign in to comment.