Skip to content

Commit

Permalink
Add GitHub Releases deployment to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Mar 31, 2016
1 parent 9fb527a commit d67575a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
23 changes: 16 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,19 @@ node_js:
after_script: npm install [email protected] && cat ./coverage/lcov.info | coveralls
sudo: false
deploy:
provider: npm
email: [email protected]
api_key:
secure: kVRUR6vE8yHb3zDblXnup0k6t8p7max0aK++DYBZCSpnIF+rIzqTjg4FdDv8Hv0Hdi/52PiYrBSBw8VdCRGhQlwmVXzNOllAy7+ucZya9zlpmpvken7bjQDifgbKqkxplMyNaUgLggDTEVyfIcPbBAagiV/hrp+M6/viLw++GN0=
on:
tags: true
repo: wooorm/franc
- provider: npm
email: [email protected]
api_key:
secure: kVRUR6vE8yHb3zDblXnup0k6t8p7max0aK++DYBZCSpnIF+rIzqTjg4FdDv8Hv0Hdi/52PiYrBSBw8VdCRGhQlwmVXzNOllAy7+ucZya9zlpmpvken7bjQDifgbKqkxplMyNaUgLggDTEVyfIcPbBAagiV/hrp+M6/viLw++GN0=
on:
tags: true
node: '5.0'
- provider: releases
api_key:
secure: A8NpISg//NNDq9kOclBemt5KD1SKPpYm/dZzGx2+smOST1EAgriG7oPDO+mE4Umb6omuoajBJxmSIYir3tzKC/GsTQFZaulBtJl5IMUJJigKHosDm5AT7OvriuTtozpJ4J5FrUbUxp6UJzrNPtm7hmPn5Ln/2rMbjiTpUvPmOZk=
file:
- "franc.js"
- "franc-most.js"
- "franc-all.js"
on:
tags: true
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Detect the language of text.
npm install franc
```

**franc** is also available pre-built as an AMD, CommonJS, and globals
module, [supporting 75, 176, and 339 languages][releases].

## Usage

```javascript
Expand Down Expand Up @@ -161,3 +164,7 @@ Franc is a derivative work from [guess-language](http://code.google.com/p/guess-
## License

[MIT](LICENSE) © [Titus Wormer](http://wooorm.com)

<!-- Definitions -->

[releases]: https://github.com/wooorm/franc/releases

0 comments on commit d67575a

Please sign in to comment.