Skip to content

Commit

Permalink
travis ci integration
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigredgeek committed Dec 14, 2016
1 parent f77ca5d commit a5bbe13
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

language: node_js
node_js:
- "6"
- "5"
- "4"

install:
- make node_modules

script:
- make lint
- make test
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# debug
[![Build Status](https://travis-ci.org/visionmedia/debug.svg?branch=master)](https://travis-ci.org/visionmedia/debug)

tiny node.js debugging utility modelled after node core's debugging technique.

tiny node.js debugging utility modelled after node core's debugging technique.

## Installation

Expand Down

0 comments on commit a5bbe13

Please sign in to comment.