Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 491b32e

Browse files
committed
Add travis
1 parent 48c694d commit 491b32e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: node_js
2+
node_js:
3+
- "stable"
4+
- "4.0"
5+
6+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## EntropyString for JavaScript
1+
## EntropyString for JavaScript    [![Build Status](https://travis-ci.org/EntropyString/JavaScript.svg?branch=master)](https://travis-ci.org/EntropyString/JavaScript)
22

33
`entropy-string` provides efficient creation of cryptographically strong random strings of specific entropy using various character sets.
44

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "entropy-string",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Efficiently generate cryptographically strong random strings of specified entropy from various character sets.",
55
"main": "entropy-string.js",
66
"directories": {
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"build": "BABEL_ENV=production babel --out-dir=dist lib/*.js",
12-
"prepublish": "npm run build",
12+
"prepublish": "yarn build",
1313
"test": "ava"
1414
},
1515
"repository": {

0 commit comments

Comments
 (0)