Skip to content

Commit

Permalink
custom tests in Firefox on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
maxyh committed Apr 3, 2018
1 parent 4942a9c commit 5b9e823
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@ ws.on('message', function incoming(data) {

## Files

- `.travis.yml`(Travis CI)
`npm run coveralls`
- `package.json`(NPM)
- `.travis.yml` - Travis CI
```bash
> npm run coveralls
```
- `package.json` - NPM
- prepublishOnly
```bash
> nps test clean build
Expand All @@ -78,7 +80,8 @@ ws.on('message', function incoming(data) {
```
- coverage
```bash
> istanbul coverage
> nps coverage
# nyc ./node_modules/mocha/bin/_mocha
```
- test
```bash
Expand All @@ -88,14 +91,15 @@ ws.on('message', function incoming(data) {
```bash
> nps
```
- `package-scripts.js`(NPS)
- `package-scripts.js` - NPS
- build
- lint
- clean
- test
- node
- browser
- bundle
- coverage
- coveralls
- prebuildDocs
- buildDocs
Expand Down

0 comments on commit 5b9e823

Please sign in to comment.