Skip to content

Commit

Permalink
More shields, I love shields, and maybe a workaround for travis timin…
Browse files Browse the repository at this point in the history
…g out when sauce takes forever
  • Loading branch information
dcodeIO committed Dec 6, 2016
1 parent e6eaa91 commit 9004b9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,5 +14,5 @@ matrix:
include:
- node_js: 6
script:
- npm run zuul
- travis_wait npm run zuul
- sleep 3
4 changes: 3 additions & 1 deletion README.md
@@ -1,4 +1,4 @@
protobuf.js [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![donate][paypal-image]][paypal-url]
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]
===========

**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/)).
Expand All @@ -9,6 +9,8 @@ protobuf.js [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [
[travis-url]: https://travis-ci.org/dcodeIO/protobuf.js
[npm-image]: https://img.shields.io/npm/v/protobufjs.svg
[npm-url]: https://npmjs.org/package/protobufjs
[npm-dl-image]: https://img.shields.io/npm/dm/protobufjs.svg
[license-image]: https://img.shields.io/npm/l/protobufjs.svg
[paypal-image]: https://img.shields.io/badge/paypal-donate-yellow.svg
[paypal-url]: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=dcode%40dcode.io&item_name=%3C3%20protobuf.js

Expand Down

0 comments on commit 9004b9d

Please sign in to comment.