Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit 5f6d1cd

Browse files
author
Lars-Magnus Skog
committed
add travis
1 parent 42401d0 commit 5f6d1cd

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.travis.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
language: node_js
2+
node_js:
3+
- "0.10"
4+
branches:
5+
only:
6+
- master
7+
notifications:
8+
email:
9+
- r@va.gg
10+
- john@chesl.es
11+
- raynos2@gmail.com
12+
- dominic.tarr@gmail.com
13+
- max@maxogden.com
14+
- ralphtheninja@riseup.net
15+
- david.bjorklund@gmail.com
16+
- julian@juliangruber.com
17+
- paolo@async.ly
18+
- anton.whalley@nearform.com
19+
- matteo.collina@gmail.com
20+
- pedro.teixeira@gmail.com
21+
- mail@substack.net
22+
script: npm test

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ level-errors
55

66
**Error module for [LevelUP](https://github.com/rvagg/node-levelup)**
77

8+
[![Build Status](https://travis-ci.org/level/errors.png)](https://travis-ci.org/level/errors)
9+
810
Usage
911
-----
1012

0 commit comments

Comments
 (0)