mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2026-03-13 08:51:02 +08:00
Fix bug with .travis.yml not installing major dependencies.
This commit is contained in:
@@ -5,6 +5,7 @@ node_js:
|
||||
- node
|
||||
install:
|
||||
- npm install -g codecov
|
||||
- npm install
|
||||
script:
|
||||
- npm run ci
|
||||
- codecov
|
||||
|
||||
Reference in New Issue
Block a user