Skip to content

Commit

Permalink
(add) logo
Browse files Browse the repository at this point in the history
(removed) node 0.10 from travis and tests
  • Loading branch information
jstty committed Aug 9, 2016
1 parent c766486 commit 08a206d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ node_js:
- "5.12"
- "4.4"
- "0.12"
- "0.10"

after_script:
- npm run-script coveralls
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# hyper.io [![Build Status](https://secure.travis-ci.org/jstty/hyper.io.png?branch=master)](http://travis-ci.org/jstty/hyper.io)
<!-- # hyper.io - go plaid -->
<center>![logo](./logo.png)</center>

[![Build Status](https://secure.travis-ci.org/jstty/hyper.io.png?branch=master)](http://travis-ci.org/jstty/hyper.io)
[![bitHound Score](https://www.bithound.io/github/jstty/hyper.io/badges/score.svg?branch=master)](https://www.bithound.io/github/jstty/hyper.io)
[![Coverage Status](https://coveralls.io/repos/jstty/hyper.io/badge.svg?branch=master&service=github)](https://coveralls.io/github/jstty/hyper.io?branch=master)
![License](https://img.shields.io/npm/l/hyper.io.svg)

[![Dependency Status](https://david-dm.org/jstty/hyper.io.png?theme=shields.io&branch=master)](https://david-dm.org/jstty/hyper.io)
[![devDependency Status](https://david-dm.org/jstty/hyper.io/dev-status.png?theme=shields.io&branch=master)](https://david-dm.org/jstty/hyper.io#info=devDependencies)
[![devDependency Status](https://david-dm.org/jstty/hyper.io/dev-status.png?theme=shields.io&branch=master)](https://david-dm.org/jstty/hyper.io#info=devDependencies)

[![NPM](https://nodei.co/npm/hyper.io.png)](https://nodei.co/npm/hyper.io/)
----

**This project is in early alpha stage, wait until 0.5.0 for production use.**

## Features
* Auto Service Discovery
Expand Down
Binary file added logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyper.io",
"version": "0.5.0",
"version": "0.5.1",
"description": "MicroServices so fast they've gone plaid!",
"homepage": "https://github.com/jstty/hyper.io#readme",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion test/examples/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ _.forEach(list, function(testList, item) {
server.config = config = {
appName: appName,
env: "dev",
silent: false,
silent: true,
port: port
};

Expand Down
3 changes: 2 additions & 1 deletion test/test-all-nodes.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

ALL_VERSIONS="0.10 0.12 4.4 5.12 6.3"
# TODO: pull these versions from .travis.yml
ALL_VERSIONS="0.12 4.4 5.12 6.3"
TEST='mocha --check-leaks -t 5000 -b -R spec test/tests.js'

# run function
Expand Down

0 comments on commit 08a206d

Please sign in to comment.