Skip to content

Commit a5bbe13

Browse files
committed
travis ci integration
1 parent f77ca5d commit a5bbe13

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
language: node_js
3+
node_js:
4+
- "6"
5+
- "5"
6+
- "4"
7+
8+
install:
9+
- make node_modules
10+
11+
script:
12+
- make lint
13+
- make test

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# debug
2+
[![Build Status](https://travis-ci.org/visionmedia/debug.svg?branch=master)](https://travis-ci.org/visionmedia/debug)
3+
4+
tiny node.js debugging utility modelled after node core's debugging technique.
25

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

57
## Installation
68

0 commit comments

Comments
 (0)