Skip to content

Commit

Permalink
Switch to Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman committed Mar 30, 2018
1 parent a9e894b commit 0487beb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: node_js
node_js:
- "8"
- "9"
branches:
only:
- dev
cache:
directories:
- "node_modules"
before_script:
- npm install
script:
- npm test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ten Percent

[![GitHub license](https://img.shields.io/github/license/greatislander/tenpercent.svg)](https://github.com/greatislander/tenpercent/blob/master/LICENSE.md) ![Codeship](https://img.shields.io/codeship/28115150-1682-0136-0129-16efa7467c65/master.svg) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)
[![GitHub license](https://img.shields.io/github/license/greatislander/tenpercent.svg)](https://github.com/greatislander/tenpercent/blob/master/LICENSE.md) [![Travis branch](https://img.shields.io/travis/greatislander/tenpercent/dev.svg)](https://travis-ci.org/greatislander/tenpercent/) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)

Ten Percent (l10n percent) is a Node.js microservice which uses the [Transifex REST API](https://docs.transifex.com/api/introduction) to retrieve the localization status of a given Transifex resource. I made Ten Percent so that I could use a [Shields.io dynamic badge](http://shields.io/#dynamic-badge) to display the localization status of the [Pressbooks](https://github.com/pressbooks/pressbooks) Open Source project's resources and encourage ongoing localization efforts. Hopefully others will find it useful for their projects as well.

Expand Down

0 comments on commit 0487beb

Please sign in to comment.