mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-25 06:16:11 +08: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
|
||||
install:
|
||||
- npm install -g codecov
|
||||
- npm install
|
||||
script:
|
||||
- npm run ci
|
||||
- codecov
|
||||
|
Loading…
Reference in New Issue
Block a user