Skip to content

Commit b282c1f

Browse files
committed
Merge pull request #17 from benjaminettori/master
Add project to travis ci. Add travis badges to readme
2 parents 9cb5a83 + 35844d9 commit b282c1f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: node_js
2+
node_js:
3+
- "4.1"
4+
- "4.0"
5+
- "0.12"
6+
- "0.11"
7+
- "0.10"
8+
- "iojs"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# dat jawn: 'Git for Tabular Data'
22

3+
[![Build Status](https://travis-ci.org/benjaminettori/jawn.svg?branch=master)](https://travis-ci.org/benjaminettori/jawn)
4+
35
Jawn is a node.js module that allows _distributed version control of Tabular Data_. It's connected to the [dat](https://github.com/maxogden/dat) project. It allows you to import tabular data (rows and columns like CSV or TSV) and track how those data change over time. _Do you have non-tabular data? read this:_ [What about Non Tabular Data?](https://github.com/CfABrigadePhiladelphia/jawn/wiki/What-about-Non-Tabular-Data%3F)
46

57
The key features for jawn are to:

0 commit comments

Comments
 (0)