Skip to content

Commit 35844d9

Browse files
Benjamin Ettoribenjaminettori
authored andcommitted
add travis yaml file
remove 0.8 and 0.6 versions of node from travis yml file Adding travis ci image url to readme change travis ci image to markdown
1 parent 9cb5a83 commit 35844d9

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)