Skip to content

Commit add4375

Browse files
committed
readme and travis
1 parent 5a3d8a0 commit add4375

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

.travis.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
language: node_js
2-
node_js:
3-
- '4'
4-
- '6'
5-
- '9'
6-
script:
7-
- npm run build
8-
- npm run test
9-
after_success:
10-
- cat ./coverage/lcov.info|./node_modules/coveralls/bin/coveralls.js
11-
branches:
12-
only:
13-
- master
1+
language: node_js
2+
node_js:
3+
- '4'
4+
- '6'
5+
- '9'
6+
script:
7+
- npm run build
8+
- npm run test
9+
after_success:
10+
- cat ./coverage/lcov.info|./node_modules/coveralls/bin/coveralls.js
11+
branches:
12+
only:
13+
- master

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/dop?style=flat-square)](https://bundlephobia.com/result?p=dop)
77
[![Build Status](https://api.travis-ci.org/DistributedObjectProtocol/dop.svg?branch=master&style=flat-square)](https://travis-ci.org/DistributedObjectProtocol/dop)
88
![GitHub](https://img.shields.io/github/license/artalar/reatom?style=flat-square)
9+
[![Join the community](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/dop)
910

1011
<br/>
1112
<a href="https://distributedobjectprotocol.org/guide/javascript">https://distributedobjectprotocol.org/</a>

0 commit comments

Comments
 (0)