We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3a156 commit 960cb5cCopy full SHA for 960cb5c
.travis.yml
@@ -4,7 +4,7 @@ language: node_js
4
node_js:
5
- node
6
install:
7
- - npm install -g codecov
+ - npm i -g eslint codecov
8
script:
9
- npm run ci
10
- codecov
README.md
@@ -1,6 +1,7 @@
1
# JavaScript Algorithms and Data Structures
2
3
[](https://travis-ci.org/trekhleb/javascript-algorithms)
+[](https://codecov.io/gh/trekhleb/javascript-algorithms)
## [Data Structures](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures)
0 commit comments