Skip to content

Commit ba30e7a

Browse files
committed
Remove Travis and coveralls.io integrations
* Rename package script test-travis to test:coverage * Remove package script coveralls * Remove devDependency coveralls * Remove .travis.yml
1 parent 587d456 commit ba30e7a

File tree

5 files changed

+3
-494
lines changed

5 files changed

+3
-494
lines changed

.travis.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,12 @@
1212
<img src="https://david-dm.org/ethjs/ethjs-query/dev-status.svg" alt="devDependency Status" />
1313
</a>
1414

15-
<!-- Build Status -->
16-
<a href="https://travis-ci.org/ethjs/ethjs-query">
17-
<img src="https://travis-ci.org/ethjs/ethjs-query.svg"
18-
alt="Build Status" />
19-
</a>
20-
2115
<!-- NPM Version -->
2216
<a href="https://www.npmjs.org/package/ethjs-query">
2317
<img src="http://img.shields.io/npm/v/ethjs-query.svg"
2418
alt="NPM version" />
2519
</a>
2620

27-
<!-- Test Coverage -->
28-
<a href="https://coveralls.io/r/ethjs/ethjs-query">
29-
<img src="https://coveralls.io/repos/github/ethjs/ethjs-query/badge.svg" alt="Test Coverage" />
30-
</a>
31-
3221
<!-- Javascript Style -->
3322
<a href="http://airbnb.io/javascript/">
3423
<img src="https://img.shields.io/badge/code%20style-airbnb-brightgreen.svg" alt="js-airbnb-style" />

docs/developer-guide.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,6 @@ npm run build
3333
npm run lint
3434
```
3535

36-
## Travis-ci and Coveralls Testing
37-
38-
Note, this will generate a `coveralls` report locally.
39-
40-
```
41-
npm run test-travis
42-
```
43-
44-
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.
45-
4636
## Build Staging
4737

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

77-
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).
67+
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).
7868

7969
## NPM Practice
8070

0 commit comments

Comments
 (0)