Skip to content

Commit

Permalink
Adding DependencyCI and TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
obetomuniz committed Jul 27, 2016
1 parent 5983e45 commit 4cd43fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: node_js

node_js:
- '6'
- '6.2'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tatooine",
"version": "0.0.20",
"version": "0.0.22",
"description": "Tatooine: A pluggable, simple and powerful web scraper.",
"main": "lib/index.js",
"author": "Beto Muniz <contato@betomuniz.com>",
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Tatooine: A pluggable, simple and powerful web scraper.

[![Dependency Status](https://dependencyci.com/github/obetomuniz/tatooine/badge)](https://dependencyci.com/github/obetomuniz/tatooine)
[![Build Status](https://travis-ci.org/obetomuniz/tatooine.svg?branch=master)](https://travis-ci.org/obetomuniz/tatooine)

<img src="https://cloud.githubusercontent.com/assets/1680157/17003290/a47ea06a-4ea5-11e6-8fc0-c36988534226.png" />

## Installation
Expand Down

0 comments on commit 4cd43fa

Please sign in to comment.