Skip to content

Commit 4807c7d

Browse files
fixes
1 parent ccdb58a commit 4807c7d

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.jshintrc

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

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ script:
1010
- npm run cover
1111

1212
after_success:
13-
- bash <(curl -s https://codecov.io/bash) || true
14-
- ./node_modules/.bin/coveralls < coverage/lcov.info || true
15-
- ./node_modules/.bin/codeclimate-test-reporter < coverage/lcov.info || true
13+
- bash <(curl -s https://codecov.io/bash) || true
14+
- npm coveralls < coverage/lcov.info || true
15+
- npm codeclimate-test-reporter < coverage/lcov.info || true

doc/manual/installation.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ or [npm](https://github.com/npm/npm).
44

55
### jspm
66
```terminal
7-
jspm install github:aureooms/es-red-black-tree
8-
# or
97
jspm install npm:aureooms-es-red-black-tree
108
```
119

0 commit comments

Comments
 (0)