Skip to content

Commit

Permalink
Merge pull request #7 from 6/travis
Browse files Browse the repository at this point in the history
use travis instead of circleci
  • Loading branch information
6 authored Jun 21, 2016
2 parents fce1f48 + c15dcf7 commit ab8d670
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: node_js
node_js:
- "6.1"
- "4.4"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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):

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/README.tmpl.md
Original file line number Diff line number Diff line change
@@ -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):

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit ab8d670

Please sign in to comment.