Skip to content

Commit

Permalink
Merge pull request #9 from kamoqq/0.10.0
Browse files Browse the repository at this point in the history
0.10.0
  • Loading branch information
kamoqq committed Jan 10, 2017
2 parents 2d8c748 + ab4d9c5 commit 7d0f6ec
Show file tree
Hide file tree
Showing 9 changed files with 1,599 additions and 1,463 deletions.
7 changes: 2 additions & 5 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"presets": ["es2015"],
"plugins": [
"syntax-async-functions",
"transform-regenerator"
],
"presets": ["latest"],
"plugins": ["transform-runtime"],
"env": {
"development": {
"presets": [
Expand Down
9 changes: 6 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"extends": "airbnb-base/legacy",
"extends": "airbnb-base",
"env": {
"node": true
},
"parserOptions": {
"sourceType": "script"
},
"rules": {
"func-names": 0,
"vars-on-top": 0,
"class-methods-use-this": 0,
"no-prototype-builtins": 0,
"id-length": 0,
"no-underscore-dangle": 0,
"strict": [2, "global"]
Expand Down
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "6"
- "7"

before_install:
# setup apt package
Expand Down Expand Up @@ -31,3 +30,7 @@ before_install:
- sudo ldconfig
# start kyototycoon
- /usr/local/bin/ktserver -host localhost -port 1978 -dmn red#type=% blue#type=*

script:
- npm run lint
- npm run cover
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# kt-client
[![NPM version](https://img.shields.io/npm/v/kt-client.svg)](https://www.npmjs.com/package/kt-client)
[![Build Status](https://travis-ci.org/kamoqq/node-kt-client.svg?branch=master)](https://travis-ci.org/kamoqq/node-kt-client)
[![Coverage Status](https://coveralls.io/repos/kamoqq/node-kt-client/badge.svg?branch=master)](https://coveralls.io/r/kamoqq/node-kt-client?branch=master)
[![Dependency Status](https://david-dm.org/kamoqq/node-kt-client.svg)](https://david-dm.org/kamoqq/node-kt-client)
Expand Down

0 comments on commit 7d0f6ec

Please sign in to comment.