Skip to content

Commit 9004b9d

Browse files
committed
More shields, I love shields, and maybe a workaround for travis timing out when sauce takes forever
1 parent e6eaa91 commit 9004b9d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ matrix:
1414
include:
1515
- node_js: 6
1616
script:
17-
- npm run zuul
17+
- travis_wait npm run zuul
1818
- sleep 3

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
protobuf.js [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![donate][paypal-image]][paypal-url]
1+
protobuf.js [![travis][travis-image]][travis-url] [![npm][npm-dl-image]][npm-url] [![npm][npm-image]][npm-url] ![Apache-2.0][license-image] [![donate][paypal-image]][paypal-url]
22
===========
33

44
**Protocol Buffers** are a language-neutral, platform-neutral, extensible way of serializing structured data for use in communications protocols, data storage, and more, originally designed at Google ([see](https://developers.google.com/protocol-buffers/)).
@@ -9,6 +9,8 @@ protobuf.js [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [
99
[travis-url]: https://travis-ci.org/dcodeIO/protobuf.js
1010
[npm-image]: https://img.shields.io/npm/v/protobufjs.svg
1111
[npm-url]: https://npmjs.org/package/protobufjs
12+
[npm-dl-image]: https://img.shields.io/npm/dm/protobufjs.svg
13+
[license-image]: https://img.shields.io/npm/l/protobufjs.svg
1214
[paypal-image]: https://img.shields.io/badge/paypal-donate-yellow.svg
1315
[paypal-url]: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=dcode%40dcode.io&item_name=%3C3%20protobuf.js
1416

0 commit comments

Comments
 (0)