Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,12 @@
<img src="https://david-dm.org/ethjs/ethjs-query/dev-status.svg" alt="devDependency Status" />
</a>

<!-- Build Status -->
<a href="https://travis-ci.org/ethjs/ethjs-query">
<img src="https://travis-ci.org/ethjs/ethjs-query.svg"
alt="Build Status" />
</a>

<!-- NPM Version -->
<a href="https://www.npmjs.org/package/ethjs-query">
<img src="http://img.shields.io/npm/v/ethjs-query.svg"
alt="NPM version" />
</a>

<!-- Test Coverage -->
<a href="https://coveralls.io/r/ethjs/ethjs-query">
<img src="https://coveralls.io/repos/github/ethjs/ethjs-query/badge.svg" alt="Test Coverage" />
</a>

<!-- Javascript Style -->
<a href="http://airbnb.io/javascript/">
<img src="https://img.shields.io/badge/code%20style-airbnb-brightgreen.svg" alt="js-airbnb-style" />
Expand Down
12 changes: 1 addition & 11 deletions docs/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,6 @@ npm run build
npm run lint
```

## Travis-ci and Coveralls Testing

Note, this will generate a `coveralls` report locally.

```
npm run test-travis
```

You can find the coveralls report and view the percentages and stats, by going to the [index.html](coverage/lcov-report/index.html) file generated after running the `test-travis` script. Open this in Chrome to see the generated report. Travis will run mocha as usual, but collect information about the testing coverage. This report will be sent by TravisCI during the automated build process.

## Build Staging

The build staging for this module is as follows:
Expand Down Expand Up @@ -74,7 +64,7 @@ All module source code is found in the `src` directory. All module helper script
./tests
```

Note, the `./lib` dir is generated from the babel build staging. `./coverage` is generated from the `npm run test-travis` script. All internals and helper scripts (i.e. `webpack`) are in `./internals`. All distribution builds are in `./dist` (usually a minified and unminified production build of the package).
Note, the `./lib` dir is generated from the babel build staging. `./coverage` is generated from the `npm run test:coverage` script. All internals and helper scripts (i.e. `webpack`) are in `./internals`. All distribution builds are in `./dist` (usually a minified and unminified production build of the package).

## NPM Practice

Expand Down
Loading