Skip to content

Commit

Permalink
docs: add Travis and Coveralls badges
Browse files Browse the repository at this point in the history
  • Loading branch information
jniles committed Mar 24, 2018
1 parent c4c2e5e commit 62d98e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ cache:
- "node_modules"

branches:
only:
# This is where pull requests from "bors r+" are built.
- staging
# This is where pull requests from "bors try" are built.
- trying
# Uncomment this to enable building pull requests.
#- master
except:
# do not build any branches that have *.tmp in their name
- /.*\.tmp$/

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Tree

[![Build Status](https://travis-ci.org/IMA-WorldHealth/Tree.svg?branch=master)](https://travis-ci.org/IMA-WorldHealth/Tree)
[![Coverage Status](https://coveralls.io/repos/github/IMA-WorldHealth/Tree/badge.svg?branch=master)](https://coveralls.io/github/IMA-WorldHealth/Tree?branch=master)

This module provides a simple API to create trees from [adjacency lists](https://en.wikipedia.org/wiki/Adjacency_list).
Specifically, given an array of JSON objects with ids and pointers to their parent ids, we can construct a tree
structure and furnish operations on that structure.
Expand Down

0 comments on commit 62d98e8

Please sign in to comment.