Skip to content

Commit

Permalink
Test with node 0.12, remove 0.8 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Jul 18, 2015
1 parent 22f7a82 commit 5684cee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
- "0.12"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq default-jdk g++ make
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

node.js bridge library to communicate with java applications through JMX.

[![NPM version](https://badge.fury.io/js/jmx.png)](http://badge.fury.io/js/jmx)
[![NPM version](https://badge.fury.io/js/jmx.svg)](http://badge.fury.io/js/jmx)
[![Code Climate](http://img.shields.io/codeclimate/github/onddo/node-jmx.svg)](https://codeclimate.com/github/onddo/node-jmx)
[![Build Status](http://img.shields.io/travis/onddo/node-jmx.svg)](https://travis-ci.org/onddo/node-jmx)
[![Coverage Status](http://img.shields.io/coveralls/onddo/node-jmx.svg)](https://coveralls.io/r/onddo/node-jmx?branch=master)

## Requirements

* Tested with node `>= 0.8`.
* Tested with node `>= 0.10`.
* Java version 6 or higher.
* `node-java`: See [its installation instructions](https://github.com/joeferner/node-java/tree/v0.4.3#installation)

Expand Down

0 comments on commit 5684cee

Please sign in to comment.