diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0fca213 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: + - "6.1" + - "4.4" diff --git a/README.md b/README.md index ead0bc3..97a731b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# stopwords-json [![CircleCI](https://circleci.com/gh/6/stopwords-json.svg?style=svg)](https://circleci.com/gh/6/stopwords-json) [![npm](https://img.shields.io/npm/v/stopwords-json.svg?maxAge=2592000)](https://www.npmjs.com/package/stopwords-json) [![Bower](https://img.shields.io/bower/v/stopwords-json.svg?maxAge=2592000)]() +# stopwords-json [![Build Status](https://travis-ci.org/6/stopwords-json.svg?branch=travis)](https://travis-ci.org/6/stopwords-json) [![npm](https://img.shields.io/npm/v/stopwords-json.svg?maxAge=2592000)](https://www.npmjs.com/package/stopwords-json) [![Bower](https://img.shields.io/bower/v/stopwords-json.svg?maxAge=2592000)]() Stopwords for various languages in JSON format. Per [Wikipedia](http://en.wikipedia.org/wiki/Stop_words): diff --git a/bower.json b/bower.json index fbc2a33..41e7607 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "stopwords-json", - "version": "0.0.3", + "version": "1.0.0", "homepage": "https://github.com/6/stopwords-json", "authors": [ "Peter Graham" diff --git a/docs/README.tmpl.md b/docs/README.tmpl.md index 7c8d394..5d79f5f 100644 --- a/docs/README.tmpl.md +++ b/docs/README.tmpl.md @@ -1,4 +1,4 @@ -# {%= name %} [![CircleCI](https://circleci.com/gh/6/stopwords-json.svg?style=svg)](https://circleci.com/gh/6/stopwords-json) [![npm](https://img.shields.io/npm/v/stopwords-json.svg?maxAge=2592000)](https://www.npmjs.com/package/stopwords-json) [![Bower](https://img.shields.io/bower/v/stopwords-json.svg?maxAge=2592000)]() +# {%= name %} [![Build Status](https://travis-ci.org/6/stopwords-json.svg?branch=travis)](https://travis-ci.org/6/stopwords-json) [![npm](https://img.shields.io/npm/v/stopwords-json.svg?maxAge=2592000)](https://www.npmjs.com/package/stopwords-json) [![Bower](https://img.shields.io/bower/v/stopwords-json.svg?maxAge=2592000)]() {%= description %} Per [Wikipedia](http://en.wikipedia.org/wiki/Stop_words): diff --git a/package.json b/package.json index a546263..c8f9225 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stopwords-json", - "version": "0.0.3", + "version": "1.0.0", "description": "Stopwords for various languages in JSON format.", "main": "stopwords-all.json", "author": {