mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-12-08 19:06:00 +00:00
Fix bug with .travis.yml not installing major dependencies.
This commit is contained in:
parent
ae236dff66
commit
518dc57388
@ -5,6 +5,7 @@ node_js:
|
|||||||
- node
|
- node
|
||||||
install:
|
install:
|
||||||
- npm install -g codecov
|
- npm install -g codecov
|
||||||
|
- npm install
|
||||||
script:
|
script:
|
||||||
- npm run ci
|
- npm run ci
|
||||||
- codecov
|
- codecov
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user